Source code for snglbursttable

from ligo.lw import lsctables
from gstlal import _snglbursttable


__all__ = ["GSTLALSnglBurst"]


[docs]class GSTLALSnglBurst(_snglbursttable.GSTLALSnglBurst): __slots__ = () start = lsctables.gpsproperty("start_time", "start_time_ns") peak = lsctables.gpsproperty("peak_time", "peak_time_ns") @property def template_id(self): return None