Changeset 11297 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Jan 25, 2007, 2:55:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r10742 r11297 18 18 use Pod::Usage qw( pod2usage ); 19 19 20 my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $camera, $ no_update);20 my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $camera, $bdname, $no_update); 21 21 GetOptions( 22 22 'det_id|d=s' => \$det_id, … … 26 26 'input_uri|u=s' => \$input_uri, 27 27 'camera|c=s' => \$camera, 28 'dbname|d=s' => \$dbname, # Database name 28 29 'no-update' => \$no_update 29 30 ) or pod2usage( 2 ); … … 122 123 } 123 124 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 125 $command .= " -dbname $dbname" if defined $dbname; 124 126 125 127 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
