Skip to content

Commit

Permalink
Fix info statement regarding being off padded CCD
Browse files Browse the repository at this point in the history
The statement that P_ACQ should be less than 0.5 was misleading.
  • Loading branch information
taldcroft authored Nov 5, 2020
1 parent 1a4ca6a commit 4a82236
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 @@ -1591,7 +1591,7 @@ sub check_star_catalog {
push @orange_warn, sprintf "[%2d] Acq Off (padded) CCD by > 60 arcsec.\n",$i;
}
elsif (($type =~ /BOT|ACQ/) and ($acq_edge_delta < 0)){
push @{$self->{fyi}}, sprintf "[%2d] Acq Off (padded) CCD (P_ACQ should be < .5)\n",$i;
push @{$self->{fyi}}, sprintf "[%2d] Acq Off (padded) CCD\n",$i;
}

# Faint and bright limits ~ACA-009 ACA-010
Expand Down

0 comments on commit 4a82236

Please sign in to comment.