Changeset 32169
- Timestamp:
- Aug 22, 2011, 4:55:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/lap_science.pl
r32100 r32169 606 606 ($have_diff < $can_diff)) { # and we haven't made them all yet, either. 607 607 print "STATUS: Dropping unpaired exposures and making pairwise diffs.\n"; 608 foreach my $exposure (@lonely_exposures) {609 $exposure->{data_state} = 'drop';610 &update_this_exposure($exposure);611 }608 # foreach my $exposure (@lonely_exposures) { 609 # $exposure->{data_state} = 'drop'; 610 # &update_this_exposure($exposure); 611 # } 612 612 &queue_diffs($exposures); 613 613 exit(0); … … 964 964 } 965 965 else { # warp-qstack 966 next; # We no longer wish to make these, and should never get here.967 $command .= '-pretend';968 # $command .= " -definewarpstack -set_reduction NOCONVDIFF-available -good_frac 0.2 ";969 # $command .= " -warp_id $exposure->{warp_id} -stack_label ${label}.quick";970 #$already_queued{$exposure->{warp_id}} = 1;966 next; 967 # $command .= '-pretend'; 968 $command .= " -definewarpstack -available -good_frac 0.2 "; 969 $command .= " -warp_id $exposure->{warp_id} -stack_label ${label} "; 970 $already_queued{$exposure->{warp_id}} = 1; 971 971 } 972 972
Note:
See TracChangeset
for help on using the changeset viewer.
