Changeset 37975
- Timestamp:
- Mar 12, 2015, 4:17:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl
r37972 r37975 341 341 $command .= " -ipprc $configuration"; 342 342 } 343 $command .= " -save-inconv" if defined$saveInConv and $run_state eq "new";344 $command .= " -save-refconv" if defined$saveRefConv and $run_state eq "new";343 $command .= " -save-inconv" if $saveInConv and $run_state eq "new"; 344 $command .= " -save-refconv" if $saveRefConv and $run_state eq "new"; 345 345 $command .= " -recipe PPSUB $recipe_ppSub"; 346 346 $command .= " -recipe PSPHOT $recipe_psphot";
Note:
See TracChangeset
for help on using the changeset viewer.
