IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37975


Ignore:
Timestamp:
Mar 12, 2015, 4:17:41 PM (11 years ago)
Author:
eugene
Message:

do not save inConf or refConf files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl

    r37972 r37975  
    341341        $command .= " -ipprc $configuration";
    342342    }
    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";
    345345    $command .= " -recipe PPSUB $recipe_ppSub";
    346346    $command .= " -recipe PSPHOT $recipe_psphot";
Note: See TracChangeset for help on using the changeset viewer.