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
- priorityinteger or float
priority of this object in the target list. 1 is highest priority, no maximum
- configurationdict
Configuration metadata
- constraintslist of
Constraint
objects The constraints to apply to this particular observing block. Note that constraints applicable to the entire list should go into the scheduler.
- target
Attributes Summary
Methods Summary
from_exposures
(target, priority, ...[, ...])Attributes Documentation
- constraints_scores¶
Methods Documentation