IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19689


Ignore:
Timestamp:
Sep 23, 2008, 10:35:35 AM (18 years ago)
Author:
Paul Price
Message:

Wrong flag.

File:
1 edited

Legend:

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

    r19685 r19689  
    8585       { name => "REJECT_IMAGES",   type => "sum",   flag => "-reject_images",     dtype => "int" },
    8686       { name => "REJECT_PIXELS",   type => "mean",  flag => "-reject_pix_mean",   dtype => "float" },
    87        { name => "REJECT_PIXELS",   type => "rms",   flag => "-reject_pix_rms",    dtype => "float" },
     87       { name => "REJECT_PIXELS",   type => "stdev", flag => "-reject_pix_stdev",  dtype => "float" },
    8888       { name => "NUM_SOURCES",     type => "sum",   flag => "-sources",           dtype => "int" },
    8989       { name => "GOOD_PIXEL_FRAC", type => "mean",  flag => "-good_frac",         dtype => "float" },
     
    225225        $command .= " -ipprc $configuration";
    226226    }
    227        
     227
    228228
    229229    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    241241
    242242    if ($do_stats) {
    243         &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR) 
     243        &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR)
    244244            unless $ipprc->file_exists($outputStats);
    245245        # Get the statistics on the stacked image
     
    261261        my $mode;
    262262        if ($run_state eq 'new') {
    263             $mode = "-addsumskyfile"; 
     263            $mode = "-addsumskyfile";
    264264            $command .= " -uri $outputName -path_base $outroot";
    265265            $command .= " -hostname $host" if defined $host;
Note: See TracChangeset for help on using the changeset viewer.