IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 5:28:28 PM (20 years ago)
Author:
eugene
Message:

using bg_mean_stdev of imfile for r.m.s of bd_mean_stdev in exposure

File:
1 edited

Legend:

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

    r9449 r9451  
    123123    push @means, $file->{bg};
    124124    ## calculate the root-mean-square of the bd_stdevs
    125     push @stdevs, $file->{bg_stdev}*$file->{bg_stdev};
     125    push @stdevs, $file->{bg_mean_stdev}*$file->{bg_mean_stdev};
    126126}
    127127close $list1File;
Note: See TracChangeset for help on using the changeset viewer.