Changeset 35809 for trunk/ippScripts
- Timestamp:
- Jul 12, 2013, 2:19:29 PM (13 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
chip_imfile.pl (modified) (2 diffs, 1 prop)
-
lap_science.pl (modified) (3 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
-
trunk/ippScripts/scripts/lap_science.pl
- Property svn:mergeinfo set to (toggle deleted branches)
r35792 r35809 33 33 # Global configuration constants that probably should be read from elsewhere. 34 34 my $qstack_threshold = 0.05; # Only make a quickstack if more than 5% of the exposures require it. 35 my $minimum_stack_inputs = 4; # We can avoid magicking stack inputs if we have more than this number.35 my $minimum_stack_inputs = 2; # We can avoid magicking stack inputs if we have more than this number. 36 36 my $do_updates_pv2 = 1; # Do updates using the calls needed for PV2. 37 37 … … 1025 1025 # $command .= " -select_label $label "; # Removed to allow exposure sharing to work 1026 1026 $command .= " -set_label ${label} -set_workdir $workdir -set_data_group $data_group "; 1027 $command .= " -min_num ${minimum_stack_inputs} -set_reduction THREEPI_STACK -set_dist_group $exposure->{dist_group} ";1027 $command .= " -min_num ${minimum_stack_inputs} -set_reduction THREEPI_STACK_1DG -set_dist_group $exposure->{dist_group} "; 1028 1028 $command .= " $warps "; 1029 1029 … … 1106 1106 # $command .= " -select_label $label "; # Removed to allow exposure sharing to work 1107 1107 $command .= " -set_label ${label} -set_workdir $workdir -set_data_group $data_group "; 1108 $command .= " -min_num 2 -min_new 2 -set_reduction THREEPI_STACK -set_dist_group $exposure->{dist_group} ";1108 $command .= " -min_num 2 -min_new 2 -set_reduction THREEPI_STACK_1DG -set_dist_group $exposure->{dist_group} "; 1109 1109 $command .= " $warps "; 1110 1110
Note:
See TracChangeset
for help on using the changeset viewer.
