Changeset 38709 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Sep 3, 2015, 1:22:04 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r38071 r38709 78 78 # XXX camera is not known here; cannot use filerules... 79 79 my $logDest = "$outroot.log"; 80 my $updateMode = 0; 80 81 if ($run_state eq 'update') { 81 82 $logDest .= '.update'; 83 $updateMode = 1; 82 84 } 83 85 $ipprc->redirect_to_logfile($logDest) or my_die( "Unable to redirect output", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR ) if $redirect; … … 322 324 } 323 325 324 # use WARPSTATS if we're updating, as we don't care about the new stuff from the STACK and DIFF STATS recipes 326 # use WARPSTATS if we're updating, as we don't care about the new stuff from the STACK and DIFF STATS recipes. 327 # The only value that we use is -quality 325 328 $recipe_ppstats = 'WARPSTATS'; 326 329 } … … 351 354 { 352 355 my $command = "$ppSub $outroot"; 356 $command .= " -updatemode" if $updateMode; 353 357 $command .= " -inimage $input"; 354 358 $command .= " -refimage $template";
Note:
See TracChangeset
for help on using the changeset viewer.
