Version:

salvus.flow.collections.event_data_collection

salvus.flow.collections.event_data_collection salvus flow collections event_data_collection
EventData collection object.

Classes

EventDataCollection

A list of events including waveform data.
SIGNATURE
class EventDataCollection(builtins.object):
    def __init__(self, events: list[EventData]): ...
ARGUMENTS
Required
events
Type:list[EventData]
Description:
List of events.
PAGE CONTENTS