Changeset 13634 for fact/tools/pyscripts/sandbox/dneise/timecal.py
- Timestamp:
- 05/10/12 11:43:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/sandbox/dneise/timecal.py
r13415 r13634 80 80 all_crossings = self.zero_crossing_finder(data) 81 81 82 # now we have to calculate the exact time of the crossings 83 # but in units of nanoseconds therefor we use self.time_calib 82 # now we want to calculate the exact time of the crossings 83 # but in units of nanoseconds, not in units of slices. 84 # In order to transform slices into nanoseconds, we already use self.time_calib 84 85 # rolled appropriately, and summed up in order to have the integral timing calibration 85 86 # 86 # the list, 'time_of_all_crossings' will contain sublists,87 # the list, 'time_of_all_crossings' will contain sublists, for each chip 87 88 # which in turn will contain the times, in ns, for each zero-crossing 88 89 time_of_all_crossings = []
Note:
See TracChangeset
for help on using the changeset viewer.