Changeset 12947 for fact


Ignore:
Timestamp:
02/27/12 17:19:06 (13 years ago)
Author:
lusterma
Message:
added labels to plots in _test* of fir_filter.py
Location:
fact/tools/pyscripts/pyfact
Files:
1 added
2 edited

Legend:

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

    r12842 r12947  
    257257   
    258258    def __init__( self, specifier = ['012', '023', '2011', '11', '24'],
    259                  rpath = '/scratch_nfs/bsl/',
     259                 rpath = '/scratch_nfs/res/bsl/',
    260260                 zipped = True):
    261261        """
  • fact/tools/pyscripts/pyfact/pyfact_rename.py

    r12916 r12947  
    7777
    7878        # set the pointers to the data++
    79         data_file.SetPtrAddress('Event ID', self.event_id)
     79        data_file.SetPtrAddress('EventNum', self.event_id)
    8080        data_file.SetPtrAddress('TriggerType', self.trigger_type)
    8181        data_file.SetPtrAddress('StartCellData', self.start_cells)
Note: See TracChangeset for help on using the changeset viewer.