Ignore:
Timestamp:
05/10/12 11:43:09 (13 years ago)
Author:
neise
Message:
added comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/sandbox/dneise/timecal.py

    r13415 r13634  
    8080            all_crossings = self.zero_crossing_finder(data)
    8181           
    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
    8485            # rolled appropriately, and summed up in order to have the integral timing calibration
    8586            #
    86             #the list, 'time_of_all_crossings' will contain sublists,
     87            # the list, 'time_of_all_crossings' will contain sublists, for each chip
    8788            # which in turn will contain the times, in ns, for each zero-crossing
    8889            time_of_all_crossings = []
Note: See TracChangeset for help on using the changeset viewer.