Skip to content

Commit

Permalink
Merge pull request #447 from sot/ir-zone-sep-2025
Browse files Browse the repository at this point in the history
Update starcheck IR zone to (-5, +35)
  • Loading branch information
jeanconn authored Sep 27, 2024
2 parents c5c44f6 + 7277f05 commit 3e3fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starcheck/state_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def ir_zone_ok(backstop_file, out=None):
out_text = ["IR ZONE CHECKING"]
for perigee_time in perigee_cmds["time"]:
# High IR zone is from zone_minus_mins before perigee to zone_plus_mins after perigee
zone_minus_mins = 10
zone_minus_mins = 5
zone_plus_mins = 35
ir_zone_start = perigee_time - (zone_minus_mins * 60)
ir_zone_stop = perigee_time + (zone_plus_mins * 60)
Expand Down

0 comments on commit 3e3fe21

Please sign in to comment.