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