astropy / astroplan

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

MoonSeparationConstraint issue #574

Open deividribeiro opened 1 year ago

deividribeiro commented 1 year 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.