IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2007, 8:30:27 AM (19 years ago)
Author:
eugene
Message:

PS::IPP:Metadata::Stats may result in 0, which should not be interpretted as NAN; if the value is NAN, the stats function returns NAN

File:
1 edited

Legend:

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

    r13975 r13989  
    515515
    516516# Add the result into the database
    517 my $bg = $mean;
    518 my $bg_stdev = $stdev;
     517my $bg            = $mean;
     518my $bg_stdev      = $stdev;
    519519my $bg_mean_stdev = $meanStdev;
    520 my $bin_stdev = $binStdev;
     520my $bin_stdev     = $binStdev;
    521521
    522522unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.