Changeset 11297 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Jan 25, 2007, 2:55:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r10700 r11297 23 23 $camera, # Camera 24 24 $detType, # Detrend type 25 $dbname, # Database name 25 26 $no_update # Don't update the database 26 27 ); … … 33 34 'camera|c=s' => \$camera, 34 35 'det_type|t=s' => \$detType, 36 'dbname|d=s' => \$dbname, 35 37 'no-update' => \$no_update 36 38 ) or pod2usage( 2 ); … … 115 117 } 116 118 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 119 120 $command .= " -dbname $dbname" if defined $dbname; 121 117 122 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 118 123 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
