IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2007, 11:18:23 AM (19 years ago)
Author:
Paul Price
Message:

Cleaning up.

File:
1 edited

Legend:

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

    r12677 r12678  
    254254if ($stdev > 0) { $exp_sn = $mean / $stdev; }
    255255
    256 unless ($no_op) {
    257     print $logFile "Exposure mean $mean, stdev $stdev, mean stdev $meanStdev, exp s/n: $exp_sn\n";
    258 }
    259 
    260256## Reject based on the exposure ensemble stats
    261257# reject if the exposure ensemble mean is deviant
    262258unless ($no_op) {
     259    print $logFile "Exposure mean $mean, stdev $stdev, mean stdev $meanStdev, exp s/n: $exp_sn\n";
     260
    263261    if ($reject_exp_mean) {
    264262        if (abs($mean) > $reject_exp_mean * $stdev) {
     
    308306        print $logFile "No rejection for exp S/N\n";
    309307    }
    310 }
    311 
    312 unless ($no_op) {
     308
    313309    close $logFile;
    314310}
Note: See TracChangeset for help on using the changeset viewer.