Skip to content

Commit

Permalink
Merge pull request #420 from sot/bad-guide-not-critical
Browse files Browse the repository at this point in the history
Downgrade bad guide data warning
  • Loading branch information
jeanconn authored Jul 19, 2023
2 parents f72318e + 3c6fd09 commit 080bf2e
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 @@ -1344,7 +1344,7 @@ sub check_star_catalog {
$n_nbad = $db_stats->{gui_bad};
}
if ($n_nbad && $n_obs > $obs_min_cnt && $n_nbad / $n_obs > $obs_bad_frac) {
push @warn,
push @orange_warn,
sprintf "[%2d] Bad Guide Star. %s has bad data %2d of %2d attempts\n",
$i, $sid, $n_nbad, $n_obs;
}
Expand Down

0 comments on commit 080bf2e

Please sign in to comment.