astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

MoonSeparationConstraint issue #574

Open deividribeiro opened 10 months ago

deividribeiro commented 10 months ago

MoonSeparationConstraint does not check if moon is up (similar to MoonIlluminationConstraint), so this constraint holds even when moon is down. The same moon_up_mask/moon_down_mask from MoonIlluminationConstraint should appear there.