Changeset 35811 for trunk/ippScripts
- Timestamp:
- Jul 12, 2013, 2:29:12 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r35809 r35811 233 233 if ($do_photom and ($run_state eq 'update')) { 234 234 # If previous psf file is ok skip photometry 235 if ( $dump_config ||rerun_photometry($outroot, $class_id)) {235 if (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 }241 237 } else { 242 238 $do_photom = 0; … … 497 493 $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE"; 498 494 } 499 if ($run_state eq 'update' ) {495 if ($run_state eq 'update' and metadataLookupBool($recipeData, 'MASK.STATS')) { 500 496 $command .= " -Db PPIMAGE:MASK.STATS FALSE "; 501 497 }
Note:
See TracChangeset
for help on using the changeset viewer.
