PeriodicEvent¶
- class astroplan.PeriodicEvent(epoch, period, duration=None, name=None)[source]¶
Bases:
object
A periodic event defined by an epoch and period.
- Parameters
- epoch
Time
Time of event
- period
Quantity
Period of event
- duration
Quantity
(optional) Duration of event
- namestr (optional)
Name of target/event
- epoch
Methods Summary
phase
(time)Phase of periodic event, on interval [0, 1).
Methods Documentation