Changeset 37833 for trunk/ippScripts/scripts/lap_science.pl
- Timestamp:
- Jan 12, 2015, 12:53:36 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
lap_science.pl (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts
- Property svn:mergeinfo set to
-
trunk/ippScripts/scripts/lap_science.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-pv3-20140717-merge/ippScripts/scripts/lap_science.pl (added) merged: 37830 /tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl merged: 37788
r37812 r37833 34 34 my $qstack_threshold = 0.05; # Only make a quickstack if more than 5% of the exposures require it. 35 35 my $minimum_stack_inputs = 2; # We can avoid magicking stack inputs if we have more than this number. 36 my $maximum_stack_inputs = 25; # This is the place-holder guess on how big a stack we should process locally 36 my $maximum_stack_inputs = 25; # This is the place-holder guess on how big a stack we should process locally. 25 is the best guess. 37 37 my $do_updates_pv2 = 0; # Do updates using the calls needed for PV2. 38 38 … … 1058 1058 unless ($success) { 1059 1059 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 1060 &my_die("Unable to perform stacktool -definebyquery: $error_code ", $lap_id);1060 &my_die("Unable to perform stacktool -definebyquery: $error_code :: $command", $lap_id); 1061 1061 } 1062 1062 my $stacks_made = $mdcParser->parse_list(join "", @$stdout_buf) or … … 1066 1066 ## Queue the "deep" stacks that will run locally. 1067 1067 my $deep_minimum = $maximum_stack_inputs + 1; 1068 if ($deep_minimum < 2) { $deep_minimum = 2; } 1068 1069 $command = "$stacktool "; 1069 1070 $command .= " -pretend " if defined $debug; … … 1079 1080 unless ($success) { 1080 1081 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 1081 &my_die("Unable to perform stacktool -definebyquery: $error_code ", $lap_id);1082 } 1083 my $stacks_made_deep .= $mdcParser->parse_list(join "", @$stdout_buf) or1082 &my_die("Unable to perform stacktool -definebyquery: $error_code :: $command", $lap_id); 1083 } 1084 my $stacks_made_deep = $mdcParser->parse_list(join "", @$stdout_buf) or 1084 1085 &my_die("unable to parse metadata from stacktool -definebyquery", $lap_id, ""); 1085 1086 1086 1087 # Append deep stacks to stacks so we can get a complete count later. 1087 push @{ $stacks_made }, @{ $stacks_made_deep };1088 push @{ $stacks_made }, @{ $stacks_made_deep }; 1088 1089 1089 1090 ## Determine the sass_id so we can record it in the database. … … 1449 1450 1450 1451 my @clean_modes = ( 1451 #'chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -set_label goto_cleaned -label @LABEL@ -chip_id @CHIP_ID@',1452 'chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -set_label goto_cleaned -label @LABEL@ -chip_id @CHIP_ID@', 1452 1453 # 'warptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -set_label goto_cleaned -label @LABEL@ -warp_id @WARP_ID@', 1453 1454 'difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -set_label goto_cleaned -label @LABEL@ -diff_id @DIFF_ID@', - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
