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