Source code for irfpy.vels.bible.times

''' ELS related time module.
'''

import datetime

[docs]def acctime(): ''' return the accumulation time of each energy step in seconds. Indeed it returns 0.028125 (28125 micro second). :rtype: ``datetime.timedelta`` ''' return 0.028125