IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31527


Ignore:
Timestamp:
May 11, 2011, 1:23:26 PM (15 years ago)
Author:
watersc1
Message:

added more descriptive data_group

File:
1 edited

Legend:

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

    r31519 r31527  
    627627    my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]);
    628628    my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}";
    629     my $data_group = "${label}.${date}";
     629    my $data_group = "${label}.${proj_cell}.quick.${date}";
    630630
    631631    my $command = "$stacktool ";
     
    633633    $command .= " -dbname $dbname " if defined $dbname;
    634634    $command .= " -definebyquery -select_label $label -select_skycell_id ${proj_cell}.% -select_filter $filter ";
    635     $command .= " -set_label ${label} -set_data_group ${proj_cell}.quick.${date} ";
     635    $command .= " -set_label ${label} -set_data_group $data_group ";
    636636    $command .= "  -set_workdir $workdir  -set_dist_group NODIST ";
    637637    $command .= " -min_num 2 -set_reduction QUICKSTACK ";
     
    646646    $command = "$stacktool ";
    647647    $command .= " -dbname $dbname " if defined $dbname;
    648     $command .= " -sassskyfile -data_group ${proj_cell}.quick.${date} ";
     648    $command .= " -sassskyfile -data_group $data_group ";
    649649    $command .= " -filter $filter -projection_cell ${proj_cell} ";
    650650
     
    697697    my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]);
    698698    my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}";
    699     my $data_group = "${label}.${date}";
     699    my $data_group = "${label}.${proj_cell}.final.${date}";
    700700
    701701    my $command = "$stacktool ";
     
    703703    $command .= " -dbname $dbname " if defined $dbname;
    704704    $command .= " -definebyquery -select_label $label -select_skycell_id ${proj_cell}.% -select_filter $filter ";
    705     $command .= " -set_label ${label} -set_workdir $workdir -set_data_group ${proj_cell}.final.${date} ";
     705    $command .= " -set_label ${label} -set_workdir $workdir -set_data_group $data_group ";
    706706    $command .= " -min_num 2 -set_reduction THREEPI_STACK -set_dist_group ${label}";
    707707
     
    716716    $command = "$stacktool ";
    717717    $command .= " -dbname $dbname " if defined $dbname;
    718     $command .= " -sassskyfile -data_group ${proj_cell}.final.${date} ";
     718    $command .= " -sassskyfile -data_group $data_group ";
    719719    $command .= " -filter $filter -projection_cell ${proj_cell} ";
    720720
Note: See TracChangeset for help on using the changeset viewer.