Changeset 8716 for trunk/ippScripts/scripts/phase2.pl
- Timestamp:
- Aug 30, 2006, 3:47:27 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase2.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase2.pl
r8715 r8716 63 63 # Add the processed file to the database 64 64 { 65 my $command = "$p2tool -processed -exp_id $expId -class_id $classId -recip $recipe " . 66 "-uri $outputImage -b1_uri $outputBin1Name -b2_uri $outputBin2Name"; # Command to run dettool 65 # Command to run dettool 66 my $command = "$p2tool -processed"; 67 $command .= " -exp_id $expId"; 68 $command .= " -class_id $classId"; 69 $command .= " -recip " . RECIPE; 70 $command .= " -uri $outputImage"; 71 $command .= " -b1_uri $outputBin1Name"; 72 $command .= " -b2_uri $outputBin2Name"; 67 73 $command .= " -bg " . $stats->bg_mean(); 68 74 $command .= " -bg_stdev " . $stats->bg_stdev();
Note:
See TracChangeset
for help on using the changeset viewer.
