Changeset 28572
- Timestamp:
- Jul 1, 2010, 11:17:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100623/ippScripts/scripts/diff_skycell.pl
- Property svn:mergeinfo set to
r28126 r28572 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;
Note:
See TracChangeset
for help on using the changeset viewer.
