Changeset 30842 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Mar 9, 2011, 3:17:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r30841 r30842 256 256 my $outputStats; 257 257 my $traceDest; 258 my $configuration = prepare_output("PPSTACK.CONFIG", $outroot, 1); 258 259 if ($run_state eq 'new') { 259 260 $outputStats = prepare_output("SKYCELL.STATS", $outroot, 1); 260 261 $traceDest = prepare_output("TRACE.EXP", $outroot, 1); 262 push @outputFiles, $configuration; 263 push @outputFiles, $outputStats; 261 264 } else { 262 265 # we need to do stats regardless because we need the quality flag … … 265 268 $traceDest = prepare_output("TRACE.EXP.UPDATE", $outroot, 1); 266 269 } 267 my $configuration = prepare_output("PPSTACK.CONFIG", $outroot, 1); 270 268 271 $temp_images_exist = 1; # failures after this point should attempt to delete the temp images 269 272 … … 348 351 if (!$quality) { 349 352 check_outputs(\@outputFiles, $replicate_outputs); 350 if ($run_state eq 'new') {351 &my_die("Couldn't find expected output file: $configuration", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);352 if ($replicate_outputs) {353 $ipprc->replicate_file($outputStats)354 or &my_die("failed to replicate: $outputStats\n", $stack_id, $PS_EXIT_SYS_ERROR);355 }356 }357 353 } 358 354
Note:
See TracChangeset
for help on using the changeset viewer.
