IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 6:07:41 PM (19 years ago)
Author:
Paul Price
Message:

Fixing comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_reject_imfile.pl

    r12421 r12671  
    257257    if ($reject_exp_stdev) {
    258258        if ($stdev > $reject_exp_stdev) {
    259             print "Rejecting exposure based on bad mean stdev: " . $stdev . " vs " .
     259            print "Rejecting exposure based on bad stdev: " . $stdev . " vs " .
    260260                $reject_exp_stdev . "\n";
    261261            $reject = 1;
Note: See TracChangeset for help on using the changeset viewer.