IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2013, 2:19:29 PM (13 years ago)
Author:
watersc1
Message:

Changes from test tag that were needed for PV2_SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/chip_imfile.pl

    r35789 r35809  
    235235        if ($dump_config || rerun_photometry($outroot, $class_id)) {
    236236            carp "Will rerun photometry\n";
     237            if ($update_mode) {
     238                carp "Sorry, update_mode = 1. Will NOT rerun photometry\n";
     239                $do_photom = 0;
     240            }
    237241        } else {
    238242            $do_photom = 0;
     
    492496    if ($no_compress_image) {
    493497        $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE";
     498    }
     499    if ($run_state eq 'update') {
     500        $command .= " -Db PPIMAGE:MASK.STATS FALSE ";
    494501    }
    495502    $command .= $burntoolArguments if $burntoolArguments;
Note: See TracChangeset for help on using the changeset viewer.