Changeset 31526
- Timestamp:
- May 11, 2011, 1:22:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110505/ippScripts/scripts/lap_science.pl
r31520 r31526 627 627 my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]); 628 628 my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}"; 629 my $data_group = "${label}.${ date}";629 my $data_group = "${label}.${proj_cell}.quick.${date}"; 630 630 631 631 my $command = "$stacktool "; … … 633 633 $command .= " -dbname $dbname " if defined $dbname; 634 634 $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 "; 636 636 $command .= " -set_workdir $workdir -set_dist_group NODIST "; 637 637 $command .= " -min_num 2 -set_reduction QUICKSTACK "; … … 646 646 $command = "$stacktool "; 647 647 $command .= " -dbname $dbname " if defined $dbname; 648 $command .= " -sassskyfile -data_group $ {proj_cell}.quick.${date}";648 $command .= " -sassskyfile -data_group $data_group "; 649 649 $command .= " -filter $filter -projection_cell ${proj_cell} "; 650 650 … … 697 697 my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]); 698 698 my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}"; 699 my $data_group = "${label}.${ date}";699 my $data_group = "${label}.${proj_cell}.final.${date}"; 700 700 701 701 my $command = "$stacktool "; … … 703 703 $command .= " -dbname $dbname " if defined $dbname; 704 704 $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 "; 706 706 $command .= " -min_num 2 -set_reduction THREEPI_STACK -set_dist_group ${label}"; 707 707 … … 716 716 $command = "$stacktool "; 717 717 $command .= " -dbname $dbname " if defined $dbname; 718 $command .= " -sassskyfile -data_group $ {proj_cell}.final.${date}";718 $command .= " -sassskyfile -data_group $data_group "; 719 719 $command .= " -filter $filter -projection_cell ${proj_cell} "; 720 720
Note:
See TracChangeset
for help on using the changeset viewer.
