Changeset 13145


Ignore:
Timestamp:
03/19/12 11:49:08 (13 years ago)
Author:
neise
Message:
exchanged pyfact_rename by pyfact and enabled tab checking. removed some tabs as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/tools/plot4.py

    r13123 r13145  
    1 #!/usr/bin/python
     1#!/usr/bin/python -tt
    22#
    33# Werner Lustermann
     
    55#
    66import numpy as np
    7 from pyfact_rename import RawData
     7from pyfact import RawData
    88from plotter import Plotter
    99from drs_spikes import DRSSpikes
     
    5050
    5151raw_data_plot = Plotter('raw_data', x, 'g.',
    52                         xlabel='slice in logical pipeline', ylabel='amplitude in mV')
     52            xlabel='slice in logical pipeline', ylabel='amplitude in mV')
    5353acal_data_plot = Plotter('cal_data', x, 'r.', xlabel='slice in logical pipeline', ylabel='amplitude in mV')
    5454
Note: See TracChangeset for help on using the changeset viewer.