Changeset 35808
- Timestamp:
- Jul 12, 2013, 2:18:14 PM (13 years ago)
- Location:
- tags/ipp-test-20130710/ippScripts/scripts
- Files:
-
- 2 edited
-
chip_imfile.pl (modified) (1 diff)
-
lap_science.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-test-20130710/ippScripts/scripts/chip_imfile.pl
r35796 r35808 497 497 $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE"; 498 498 } 499 if ($run_state eq "update") {499 if ($run_state eq 'update') { 500 500 $command .= " -Db PPIMAGE:MASK.STATS FALSE "; 501 501 } -
tags/ipp-test-20130710/ippScripts/scripts/lap_science.pl
r35792 r35808 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.
