IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2012, 5:17:27 PM (14 years ago)
Author:
watersc1
Message:

Adding reduction class information that I forgot to difftool commands.

File:
1 edited

Legend:

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

    r33371 r33862  
    15391539            $cmd .= " -simple  -set_label $label -exp_id $input_exp_id -template_exp_id $template_exp_id ";
    15401540#               $cmd .= " -pretend ";
     1541            if (defined($reduction)) {
     1542                $cmd .= " -set_reduction $reduction ";
     1543            }
     1544
    15411545            if (defined($pretend)) {
    15421546                $cmd .= ' -pretend ';
     
    16701674            $cmd .= "-set_workdir $workdir  -set_dist_group $dist_group  -set_data_group $new_data_group ";
    16711675            $cmd .= " -simple  -set_label $label -exp_id $input_exp_id -template_exp_id $template_exp_id ";
     1676            if (defined($reduction)) {
     1677                $cmd .= " -set_reduction $reduction ";
     1678            }
     1679
    16721680#               $cmd .= " -pretend ";
    16731681            if (defined($pretend)) {
     
    17241732    $check_cmd .= " -pretend -simple  -rerun -set_label $label -filter $filter ";
    17251733    $check_cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
     1734    if (defined($reduction)) {
     1735        $cmd .= " -set_reduction $reduction ";
     1736    }
    17261737
    17271738    my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    17451756            $cmd .= " -simple  -rerun -set_label $label -filter $filter ";
    17461757            $cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
     1758            if (defined($reduction)) {
     1759                $cmd .= " -set_reduction $reduction ";
     1760            }
    17471761
    17481762            if (defined($pretend)) {
Note: See TracChangeset for help on using the changeset viewer.