Changeset 35796
- Timestamp:
- Jul 10, 2013, 6:20:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-test-20130710/ippScripts/scripts/chip_imfile.pl
r35789 r35796 235 235 if ($dump_config || rerun_photometry($outroot, $class_id)) { 236 236 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 } 237 241 } else { 238 242 $do_photom = 0; … … 492 496 if ($no_compress_image) { 493 497 $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE"; 498 } 499 if ($run_state eq "update") { 500 $command .= " -Db PPIMAGE:MASK.STATS FALSE "; 494 501 } 495 502 $command .= $burntoolArguments if $burntoolArguments;
Note:
See TracChangeset
for help on using the changeset viewer.
