SunSeparationConstraint¶
-
class
astroplan.
SunSeparationConstraint
(min=None, max=None)[source]¶ Bases:
astroplan.Constraint
Constrain the distance between the Sun and some targets.
Parameters: min :
Quantity
orNone
(optional)Minimum acceptable separation between Sun and target (inclusive).
None
indicates no limit.max :
Quantity
orNone
(optional)Minimum acceptable separation between Sun and target (inclusive).
None
indicates no limit.Methods Summary
compute_constraint
(times, observer, targets)Methods Documentation