hveto.const module

Constants for hveto.utils

hveto.const.get_hvetopath(gpstime)[source]

Returns the path of hveto output files

Given a gpstime, the path of the folder containing hveto trigger files is returned

Parameters
gpstimestr or float

start time of the day for this analysis

Returns
_______
pathstr

path to the hveto output file on the local filesystem

Example
_______
>>> from hveto.const import get_hvetopath
>>> get_hvetopath(1257811218)
‘/home/detchar/public_html/hveto/day/20191115/latest’