Event module
Event
module#
Event module.
- class gfinder.event.Event(time_window=None, start_time=None, stop_time=None, format='', data=None, id='')[source]#
Bases:
object
A class representing an event.
The Event class is a wrapper class around the SPICE Window type that is at the core of SPICE Geometry Finder sub-system. It simplify operations for setting and getting Event properties.
An Event (or Window) is made of one or several intervals, and an interval can be an instant.
Inits Event object.
- Parameters
time_window (spiceypy.utils.support_types.SpiceCell) –
start_time –
stop_time –
format –