gwsumm.state.all module

Definition of the ‘All’ state.

This is a special SummaryState that has valid and active segments spanning the full analysis interval.

gwsumm.state.all.generate_all_state(start, end, register=True, **kwargs)[source]

Build a new SummaryState for the given [start, end) interval.

Parameters:
start~gwpy.time.LIGOTimeGPS, float

the GPS start time of the current analysis

end~gwpy.time.LIGOTimeGPS, float

the GPS end time of the current analysis

registerbool, optional

should the new SummaryState be registered, default True

**kwargs

other keyword arguments passed to the SummaryState constructor

Returns:
allstateSummaryState

the newly created ‘All’ SummaryState