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