Index: /fact/tools/pyscripts/pyfact/pyfact_rename.py
===================================================================
--- /fact/tools/pyscripts/pyfact/pyfact_rename.py	(revision 13074)
+++ /fact/tools/pyscripts/pyfact/pyfact_rename.py	(revision 13075)
@@ -75,4 +75,6 @@
         #: slice where drs readout started
         self.start_cells = np.zeros( self.npix, np.int16 )
+        #: time when the FAD was triggered, in some strange units...
+        self.board_times = np.zeros( 40, np.int32 )
 
         # set the pointers to the data++
@@ -81,4 +83,5 @@
         data_file.SetPtrAddress('StartCellData', self.start_cells) 
         data_file.SetPtrAddress('Data', self.data) 
+        data_file.SetPtrAddress('BoardTime', self.board_times) 
                 
         # open the calibration file
