Ignore:
Timestamp:
03/12/12 16:34:05 (13 years ago)
Author:
neise
Message:
added readout of the FAD trigger time out of the raw data. RawData.board_times contains this information.
File:
1 edited

Legend:

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

    r13022 r13075  
    7575        #: slice where drs readout started
    7676        self.start_cells = np.zeros( self.npix, np.int16 )
     77        #: time when the FAD was triggered, in some strange units...
     78        self.board_times = np.zeros( 40, np.int32 )
    7779
    7880        # set the pointers to the data++
     
    8183        data_file.SetPtrAddress('StartCellData', self.start_cells)
    8284        data_file.SetPtrAddress('Data', self.data)
     85        data_file.SetPtrAddress('BoardTime', self.board_times)
    8386               
    8487        # open the calibration file
Note: See TracChangeset for help on using the changeset viewer.