ObservingBlock¶
-
class
astroplan.ObservingBlock(target, duration, priority, configuration={}, constraints=None)[source]¶ Bases:
objectAn observation to be scheduled, consisting of a target and associated constraints on observations.
Parameters: target :
FixedTargetTarget to observe
duration :
Quantityexposure 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
ConstraintobjectsThe constraints to apply to this particular observing block. Note that constraints applicable to the entire list should go into the scheduler.
Attributes Summary
constraints_scoresMethods Summary
from_exposures(target, priority, …[, …])Attributes Documentation
-
constraints_scores¶
Methods Documentation
-