IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31678


Ignore:
Timestamp:
Jun 22, 2011, 1:34:29 PM (15 years ago)
Author:
watersc1
Message:

Bug in setting the distribution group for the final stacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/lap_science.pl

    r31530 r31678  
    722722    $command .= " -definebyquery -select_label $label -select_skycell_id ${proj_cell}.% -select_filter $filter ";
    723723    $command .= " -set_label ${label} -set_workdir $workdir -set_data_group $data_group ";
    724     $command .= " -min_num 2 -set_reduction THREEPI_STACK -set_dist_group ${label} ";
     724    $command .= " -min_num 2 -set_reduction THREEPI_STACK -set_dist_group $exposure->{dist_group} ";
    725725    $command .= " $warps ";
    726726
Note: See TracChangeset for help on using the changeset viewer.