imap_processing.glows.utils.constants.DirectEvent#

class imap_processing.glows.utils.constants.DirectEvent(timestamp: TimeTuple, impulse_length: int, multi_event: bool = False)#

DirectEvent() class for IMAP/GLOWS.

Authors: Marek Strumik, maro@cbk.waw.pl, Maxine Hartnett

timestamp#

Timestamp for the direct event

Type:

TimeTuple

impulse_length#

Direct event data

Type:

int

multi_event#

If the event was a multi event. Defaults to False.

Type:

bool

__init__(timestamp: TimeTuple, impulse_length: int, multi_event: bool = False) None#

Methods

__init__(timestamp, impulse_length[, ...])

to_list()

Convert object to list [seconds, subseconds, impulse length, multievent].

Attributes