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/stack_skycell.pl

    r13748 r13989  
    170170
    171171# Add the processed file to the database
    172 my $bg = ($stats->bg_mean() or 'NAN');
    173 my $bg_stdev = ($stats->bg_stdev() or 'NAN');
     172my $bg       = $stats->bg_mean();
     173my $bg_stdev = $stats->bg_stdev();
    174174
    175175unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.