Home | Trees | Indices | Help |
---|
|
The EventTime class. The purpose of this class is to translate IceCube time, which constist of the year and tenths of nanoseconds since the beginning of the year, to a format that is more user-friendly. This class uses python's datetime module.
|
|||
|
|||
|
|||
|
|
The constructor takes a year and a DAQTime (i.e. number of tenths of nanoseconds since the beginning of the year).
|
This method uses the year and daqTime to create a datetime object. Since the highest precision of datetime is microseconds, the remaining tenths of nanoseconds is returned as well.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Feb 14 13:16:42 2011 | http://epydoc.sourceforge.net |