Skip to content

Commit

Permalink
WIP: Temporarily remove polar horns
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 22, 2021
1 parent 24854a2 commit 4466da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dorado/scheduling/mission.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def overhead(self, *args, **kwargs):
TrappedParticleFluxConstraint(flux=1*u.cm**-2*u.s**-1,
energy=20*u.MeV,
particle='p', solar='max'),
TrappedParticleFluxConstraint(flux=100*u.cm**-2*u.s**-1,
energy=1*u.MeV,
particle='e', solar='max'),
# TrappedParticleFluxConstraint(flux=100*u.cm**-2*u.s**-1,
# energy=1*u.MeV,
# particle='e', solar='max'),
BrightEarthLimbConstraint(28 * u.deg),
EarthLimbConstraint(6 * u.deg),
astroplan.SunSeparationConstraint(46 * u.deg),
Expand Down

0 comments on commit 4466da1

Please sign in to comment.