IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35796


Ignore:
Timestamp:
Jul 10, 2013, 6:20:08 PM (13 years ago)
Author:
watersc1
Message:

update mode doesn't need to do mask stats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-test-20130710/ippScripts/scripts/chip_imfile.pl

    r35789 r35796  
    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.