Event¶
- class kgpy.nsroc.Event(name=<factory>, color=None, time_mission=None)¶
-
- __init__(name=<factory>, color=None, time_mission=None)¶
Attributes
Methods
__init__([name, color, time_mission])copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
plot([ax, time_start])- rtype
Inheritance Diagram
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- plot(ax=None, time_start=None)¶
- Return type
- Parameters
-
color:
typing.Optional[str] = None¶
-
time_mission:
typing.Optional[astropy.units.Quantity] = None¶