IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35808


Ignore:
Timestamp:
Jul 12, 2013, 2:18:14 PM (13 years ago)
Author:
watersc1
Message:

changes for PV2_SAS

Location:
tags/ipp-test-20130710/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-test-20130710/ippScripts/scripts/chip_imfile.pl

    r35796 r35808  
    497497        $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE";
    498498    }
    499     if ($run_state eq "update") {
     499    if ($run_state eq 'update') {
    500500        $command .= " -Db PPIMAGE:MASK.STATS FALSE ";
    501501    }
  • tags/ipp-test-20130710/ippScripts/scripts/lap_science.pl

    r35792 r35808  
    3333# Global configuration constants that probably should be read from elsewhere. 
    3434my $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.
     35my $minimum_stack_inputs = 2;    # We can avoid magicking stack inputs if we have more than this number.
    3636my $do_updates_pv2       = 1;    # Do updates using the calls needed for PV2. 
    3737
     
    10251025#    $command .= " -select_label $label "; # Removed to allow exposure sharing to work
    10261026    $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} ";
    10281028    $command .= " $warps ";
    10291029
     
    11061106#    $command .= " -select_label $label "; # Removed to allow exposure sharing to work
    11071107    $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} ";
    11091109    $command .= " $warps ";
    11101110
Note: See TracChangeset for help on using the changeset viewer.