Changeset 12818 for fact/tools/pyscripts/pyfact/pyfact.py
- Timestamp:
- 02/03/12 10:11:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r12816 r12818 95 95 96 96 self.v_bsl = np.zeros( self.NPIX ) # array with baseline values (all ZERO) 97 98 99 def next( self ):100 """101 load the next event from disk and calibrate it102 """103 self.df.GetNextRow()104 self.calibrate_drsAmplitude()105 97 self.smoothData = None 106 98 self.maxPos = None 107 99 self.maxAmp = None 100 101 102 def next( self ): 103 """ 104 load the next event from disk and calibrate it 105 """ 106 self.df.GetNextRow() 107 self.calibrate_drsAmplitude() 108 108 109 109
Note:
See TracChangeset
for help on using the changeset viewer.