Changeset 35809 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jul 12, 2013, 2:19:29 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
- Property svn:mergeinfo changed
/tags/ipp-test-20130710/ippScripts/scripts/chip_imfile.pl (added) merged: 35796,35808
r35789 r35809 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; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
