Changeset 31939 for trunk/ippScripts/scripts/lap_science.pl
- Timestamp:
- Jul 26, 2011, 3:27:44 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/lap_science.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/lap_science.pl
r31922 r31939 581 581 if ($needs_qstack < $total_exposures * $qstack_threshold) { # Drop any exposures that are requiring the qstack 582 582 print "STATUS: Insufficient unpaired exposures to justify quickstack. Dropping unpaired exposures\n"; 583 foreach $exposure (@lonely_exposures) {583 foreach my $exposure (@lonely_exposures) { 584 584 $exposure->{data_state} = 'drop'; 585 585 &update_this_exposure($exposure); … … 640 640 my $warps = ''; 641 641 foreach $exposure (@$exposures) { 642 if (($exposure->{data_state} !='drop')&&642 if (($exposure->{data_state} ne 'drop')&& 643 643 (S64_IS_NOT_NULL($exposure->{warp_id}))) { 644 644 $warps .= " -warp_id $exposure->{warp_id} "; … … 657 657 $command .= " -pretend " if defined $debug; 658 658 $command .= " -dbname $dbname " if defined $dbname; 659 $command .= " -definebyquery -select_label $ label-select_skycell_id ${proj_cell}.% -select_filter $filter ";659 $command .= " -definebyquery -select_label ${label}% -select_skycell_id ${proj_cell}.% -select_filter $filter "; 660 660 $command .= " -set_label ${label} -set_data_group $data_group "; 661 661 $command .= " -set_workdir $workdir -set_dist_group NODIST "; … … 719 719 my $warps = ''; 720 720 foreach $exposure (@$exposures) { 721 if (($exposure->{data_state} !='drop')&&721 if (($exposure->{data_state} ne 'drop')&& 722 722 (S64_IS_NOT_NULL($exposure->{magicked}))&& 723 723 (S64_IS_NOT_NULL($exposure->{warp_id}))) { … … 737 737 $command .= " -pretend " if defined $debug; 738 738 $command .= " -dbname $dbname " if defined $dbname; 739 $command .= " -definebyquery -select_label $ label-select_skycell_id ${proj_cell}.% -select_filter $filter ";739 $command .= " -definebyquery -select_label ${label}% -select_skycell_id ${proj_cell}.% -select_filter $filter "; 740 740 $command .= " -set_label ${label} -set_workdir $workdir -set_data_group $data_group "; 741 741 $command .= " -min_num 2 -set_reduction THREEPI_STACK -set_dist_group $exposure->{dist_group} ";
Note:
See TracChangeset
for help on using the changeset viewer.
