SecondaryEclipseConstraint#
- class astroplan.SecondaryEclipseConstraint(eclipsing_system)[source]#
Bases:
ConstraintConstrain observations to times during secondary eclipse.
- Parameters:
- eclipsing_system
EclipsingSystem System which must be in secondary eclipse.
- eclipsing_system
Methods Summary
compute_constraint(times[, observer, targets])Actually do the real work of computing the constraint.
Methods Documentation