SunSeparationConstraint#
- class astroplan.SunSeparationConstraint(min=None, max=None)[source]#
Bases:
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) Maximum acceptable separation between Sun and target (inclusive).
Noneindicates no limit.
- min
Methods Summary
compute_constraint(times, observer, targets)Actually do the real work of computing the constraint.
Methods Documentation