Skip to content

Commit

Permalink
Update warning format for Imposters
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jan 17, 2019
1 parent 7378ad1 commit 48c16bc
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 @@ -1340,7 +1340,7 @@ sub check_star_catalog {
next IMPOSTER;
}
my $warn = sprintf(
"$alarm [%2d] Imposter mag %.1f centroid offset %.1f (row % 4d, col % 4d) star (% 4d, % 4d)\n",
"$alarm [%2d] Imposter mag %.1f centroid offset %.1f row, col (%4d, %4d) star (%4d, %4d)\n",
$imposter->{idx}, $imposter->{bad2_mag}, $imposter->{offset},
$imposter->{bad2_row}, $imposter->{bad2_col},
$imposter->{entry_row}, $imposter->{entry_col});
Expand Down

0 comments on commit 48c16bc

Please sign in to comment.