ObservingBlock¶
-
class
astroplan.
ObservingBlock
(target, duration, priority, configuration={}, constraints=None)[source]¶ Bases:
object
An observation to be scheduled, consisting of a target and associated constraints on observations.
Parameters: target :
FixedTarget
Target to observe
duration :
Quantity
exposure time
priority : integer or float
priority of this object in the target list. 1 is highest priority, no maximum
configuration : dict
Configuration metadata
constraints : list of
Constraint
objectsThe constraints to apply to this particular observing block. Note that constraints applicable to the entire list should go into the scheduler.
Attributes Summary
constraints_scores
Methods Summary
from_exposures
(target, priority, ...[, ...])Attributes Documentation
-
constraints_scores
¶
Methods Documentation
-