GalacticLatitudeConstraint¶
- class astroplan.GalacticLatitudeConstraint(min=None, max=None)[source]¶
Bases:
Constraint
Constrain the distance between the Galactic plane and some targets.
- Parameters
- min
Quantity
orNone
(optional) Minimum acceptable Galactic latitude of target (inclusive).
None
indicates no limit.- max
Quantity
orNone
(optional) Minimum acceptable Galactic latitude of target (inclusive).
None
indicates no limit.
- min
Methods Summary
compute_constraint
(times, observer, targets)Actually do the real work of computing the constraint.
Methods Documentation