Skip to content

Commit

Permalink
Merge pull request #358 from sot/taldcroft-patch-1
Browse files Browse the repository at this point in the history
Fix info statement regarding being off padded CCD
  • Loading branch information
jeanconn authored Nov 5, 2020
2 parents 1a4ca6a + 4a82236 commit fc7dfcb
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 fc7dfcb

Please sign in to comment.