IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/diff_skycell.pl

    r28126 r28794  
    291291        $command .= " -ipprc $configurationReal";
    292292    }
    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";
    295295    $command .= " -recipe PPSUB $recipe_ppSub";
    296296    $command .= " -recipe PSPHOT $recipe_psphot";
     
    301301    if ($run_state eq "new") {
    302302        $command .= " -photometry";
     303    } else {
     304        $command .= " -Db PHOTOMETRY FALSE";
    303305    }
    304306    $command .= " -inverse" if $inverse;
     
    350352                }
    351353            }
     354        } elsif ($run_state eq 'update') {
     355            &my_die("Update resulted in poor quality image: $quality", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR);
    352356        }
    353357    } else {
Note: See TracChangeset for help on using the changeset viewer.