Changeset 13143 for fact/tools/pyscripts
- Timestamp:
- 03/19/12 11:41:15 (13 years ago)
- Location:
- fact/tools/pyscripts/pyfact
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified fact/tools/pyscripts/pyfact/cleaners.py ¶
r13119 r13143 1 #!/usr/bin/python - i1 #!/usr/bin/python -tti 2 2 # 3 3 # Dominik Neise -
TabularUnified fact/tools/pyscripts/pyfact/coor.py ¶
r13139 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Dominik Neise -
TabularUnified fact/tools/pyscripts/pyfact/drs_spikes.py ¶
r13106 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Werner Lustermann -
TabularUnified fact/tools/pyscripts/pyfact/extractor.py ¶
r13132 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Dominik Neise, Werner Lustermann -
TabularUnified fact/tools/pyscripts/pyfact/fir_filter.py ¶
r13027 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Dominik Neise, Werner Lustermann -
TabularUnified fact/tools/pyscripts/pyfact/generator.py ¶
r12986 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Dominik Neise, Werner Lustermann … … 115 115 return options 116 116 117 def plotter(signal, text):117 def _plotter(signal, text): 118 118 x=range(len(signal)) 119 119 ax = plt.plot(x, signal, 'b.', label='signal') … … 129 129 sig = myGenerator() 130 130 print myGenerator 131 plotter(sig, myGenerator.option_str)131 _plotter(sig, myGenerator.option_str) -
TabularUnified fact/tools/pyscripts/pyfact/hist.py ¶
r13095 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Werner Lustermann -
TabularUnified fact/tools/pyscripts/pyfact/image_extractors.py ¶
r13130 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Dominik Neise -
TabularUnified fact/tools/pyscripts/pyfact/plotter.py ¶
r13011 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Werner Lustermann -
TabularUnified fact/tools/pyscripts/pyfact/plotters.py ¶
r13129 r13143 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Werner Lustermann, Dominik Neise
Note:
See TracChangeset
for help on using the changeset viewer.