dqrtasks.overflow.dq_vector_access

[doc string]

Functions

check_state_vector(ifo, start, end[, epoch, ...])

Check if an overflow state vector was active around the event time :param ifo: which state vector to check :param start: starting GPS time of event :param end: end GPS :param epoch: event time used as 0 of plot :param plot_file: path to plot of state vector :param logger: python logger to use if None we create our own, critical only :return: boolean True if overflow found

seglist_duration(seglist)

calculae the sum of the time in each segment in the list :param seglist: gwpy SegmentList :return: time in seconds in all segments

dqrtasks.overflow.dq_vector_access.check_state_vector(ifo, start, end, epoch=None, plot_file=None, logger=None)[source]

Check if an overflow state vector was active around the event time :param ifo: which state vector to check :param start: starting GPS time of event :param end: end GPS :param epoch: event time used as 0 of plot :param plot_file: path to plot of state vector :param logger: python logger to use if None we create our own,

critical only

Returns:

boolean True if overflow found

dqrtasks.overflow.dq_vector_access.seglist_duration(seglist)[source]

calculae the sum of the time in each segment in the list :param seglist: gwpy SegmentList :return: time in seconds in all segments