Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update UVEX constraints for ToOs
Browse files Browse the repository at this point in the history
Using parameters from Brian Grefenstette (private communication).
  • Loading branch information
lpsinger committed Oct 19, 2021
1 parent 62ef8ef commit fb9a085
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dorado/scheduling/mission.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ def overhead(self, *args, **kwargs):

uvex = Mission(
constraints=(
EarthLimbConstraint(90 * u.deg),
EarthLimbConstraint(25 * u.deg),
astroplan.SunSeparationConstraint(46 * u.deg),
astroplan.MoonSeparationConstraint(23 * u.deg)
astroplan.MoonSeparationConstraint(25 * u.deg)
),
fov=FOV.from_rectangle(3.3 * u.deg),
orbit=Spice(
Expand All @@ -164,8 +164,10 @@ def overhead(self, *args, **kwargs):
-----
* UVEX is a MIDEX concept that is under development by Caltech.
* The Earth, Sun, and Moon constraints are assumed to be the same as those for
Dorado.
* The Earth, Sun, and Moon constraints come from the baffle design
(Brian Grefenstette, private communication). These constraints are
appropriate for ToOs but not for the survey. The survey has stricter Earth
and Moon constraints due to foreground sensitivity requirements.
* There is no Galactic plane constraints, because the UVEX mission will survey
the Galactic plane.
Expand Down

0 comments on commit fb9a085

Please sign in to comment.