- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippScripts/scripts/diff_skycell.pl
r28126 r28794 291 291 $command .= " -ipprc $configurationReal"; 292 292 } 293 $command .= " -save-inconv" if defined $saveInConv ;294 $command .= " -save-refconv" if defined $saveRefConv ;293 $command .= " -save-inconv" if defined $saveInConv and $run_state eq "new"; 294 $command .= " -save-refconv" if defined $saveRefConv and $run_state eq "new"; 295 295 $command .= " -recipe PPSUB $recipe_ppSub"; 296 296 $command .= " -recipe PSPHOT $recipe_psphot"; … … 301 301 if ($run_state eq "new") { 302 302 $command .= " -photometry"; 303 } else { 304 $command .= " -Db PHOTOMETRY FALSE"; 303 305 } 304 306 $command .= " -inverse" if $inverse; … … 350 352 } 351 353 } 354 } elsif ($run_state eq 'update') { 355 &my_die("Update resulted in poor quality image: $quality", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR); 352 356 } 353 357 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
