Changeset 35810 for trunk/ippScripts/scripts
- Timestamp:
- Jul 12, 2013, 2:24:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/lap_science.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/lap_science.pl
r35809 r35810 777 777 # $can_qstack ++; 778 778 $can_diff ++; 779 $exposure->{data_state} = 'to_diff'; 779 ## BEGIN These two disable LAP stacks 780 $are_magicked = $total_exposures; 781 $have_diff ++; 782 ## END 783 # $exposure->{data_state} = 'to_diff'; 784 $exposure->{data_state} = 'full'; 780 785 } 781 786 if (($exposure->{diff_id})&& … … 858 863 } 859 864 } 860 elsif ($are_magicked == $total_exposures) { # We have made all of the diffs, and propagated through magic865 elsif ($are_magicked >= $total_exposures) { # We have made all of the diffs, and propagated through magic 861 866 print "STATUS: We would create all remaining stacks possible, but no longer require magic.\n"; 862 867 # my $Nstacks_made = -1;
Note:
See TracChangeset
for help on using the changeset viewer.
