MoonSeparationConstraint¶
-
class
astroplan.
MoonSeparationConstraint
(min=None, max=None)[source]¶ Bases:
astroplan.Constraint
Constrain the distance between the Earth’s moon and some targets.
Parameters: min :
Quantity
orNone
(optional)Minimum acceptable separation between moon and target.
None
indicates no limit.max :
Quantity
orNone
(optional)Minimum acceptable separation between moon and target.
None
indicates no limit.Methods Summary
Methods Documentation