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

    r13859 r13989  
    156156
    157157# Add the processed file to the database
    158 my $bg = ($stats->bg_mean() or 'NAN');
    159 my $bg_stdev = ($stats->bg_stdev() or 'NAN');
     158my $bg       = $stats->bg_mean();
     159my $bg_stdev = $stats->bg_stdev();
     160
    160161unless ($no_update) {
    161162    my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" .
Note: See TracChangeset for help on using the changeset viewer.