Event

class kgpy.nsroc.Event(name=<factory>, color=None, time_mission=None)

Bases: Colorable, Named

Parameters
__init__(name=<factory>, color=None, time_mission=None)
Parameters
Return type

None

Attributes

color

dataframe

time_mission

Methods

__init__([name, color, time_mission])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

plot([ax, time_start])

rtype

matplotlib.axes.Axes

Inheritance Diagram

Inheritance diagram of kgpy.nsroc.Event

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

matplotlib.axes.Axes

Parameters
color: typing.Optional[str] = None
property dataframe: DataFrame
name: kgpy.Name
time_mission: typing.Optional[astropy.units.Quantity] = None