Changeset 13145
- Timestamp:
- 03/19/12 11:49:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/tools/plot4.py
r13123 r13145 1 #!/usr/bin/python 1 #!/usr/bin/python -tt 2 2 # 3 3 # Werner Lustermann … … 5 5 # 6 6 import numpy as np 7 from pyfact _renameimport RawData7 from pyfact import RawData 8 8 from plotter import Plotter 9 9 from drs_spikes import DRSSpikes … … 50 50 51 51 raw_data_plot = Plotter('raw_data', x, 'g.', 52 52 xlabel='slice in logical pipeline', ylabel='amplitude in mV') 53 53 acal_data_plot = Plotter('cal_data', x, 'r.', xlabel='slice in logical pipeline', ylabel='amplitude in mV') 54 54
Note:
See TracChangeset
for help on using the changeset viewer.