Changeset 19689
- Timestamp:
- Sep 23, 2008, 10:35:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19685 r19689 85 85 { name => "REJECT_IMAGES", type => "sum", flag => "-reject_images", dtype => "int" }, 86 86 { 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" }, 88 88 { name => "NUM_SOURCES", type => "sum", flag => "-sources", dtype => "int" }, 89 89 { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" }, … … 225 225 $command .= " -ipprc $configuration"; 226 226 } 227 227 228 228 229 229 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 241 241 242 242 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) 244 244 unless $ipprc->file_exists($outputStats); 245 245 # Get the statistics on the stacked image … … 261 261 my $mode; 262 262 if ($run_state eq 'new') { 263 $mode = "-addsumskyfile"; 263 $mode = "-addsumskyfile"; 264 264 $command .= " -uri $outputName -path_base $outroot"; 265 265 $command .= " -hostname $host" if defined $host;
Note:
See TracChangeset
for help on using the changeset viewer.
