Skip to content

Commit

Permalink
Merge pull request #366 from sot/mon_mag_checked
Browse files Browse the repository at this point in the history
Remove 'has magnitude been checked' for stealth mon star
  • Loading branch information
jeanconn authored Jan 13, 2021
2 parents 5df731b + c6de418 commit 5f3f4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ sub check_monitor_commanding {

if (($idx_hash{type} =~ /GUI|BOT/) and ($idx_hash{size} eq '8x8') and ($idx_hash{imnum} == 7)){
$stealth_mon = 1;
push @{$self->{fyi}}, sprintf("[%2d] Appears to be MON used as GUI/BOT. Has Magnitude been checked?\n",
push @{$self->{fyi}}, sprintf("[%2d] Appears to be MON used as GUI/BOT.\n",
$idx);
# if it doesn't match the requested location
push @{$self->{warn}}, sprintf("[%2d] Monitor Commanding. Guide star as MON %6.2f arc-seconds off OR specification\n"
Expand Down

0 comments on commit 5f3f4d0

Please sign in to comment.