Changeset 11297 for trunk/ippScripts/scripts/phase2.pl
- Timestamp:
- Jan 25, 2007, 2:55:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase2.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase2.pl
r11110 r11297 23 23 $camera, # Camera 24 24 $outpath, # Outpath 25 $dbname, # Database name 25 26 $no_update # Don't update the database? 26 27 ); … … 31 32 'camera|c=s' => \$camera, 32 33 'outpath|o=s' => \$outpath, 34 'dbname|d=s' => \$dbname, # Database name 33 35 'no-update' => \$no_update 34 36 ) or pod2usage( 2 ); … … 102 104 $outputBin2 = $ipprc->convert_filename_relative( $outputBin2 ); 103 105 unless ($no_update) { 104 # Command to run dettool106 # Command to run p2tool 105 107 my $command = "$p2tool -addprocessedimfile"; 106 108 $command .= " -exp_tag $expTag"; … … 113 115 $command .= " -bg_stdev " . $stats->bg_stdev(); 114 116 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 117 $command .= " -dbname $dbname" if defined $dbname; 115 118 116 119 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
