Changeset 11297 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jan 25, 2007, 2:55:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r11151 r11297 20 20 21 21 my ($det_id, $iter, $exp_tag, $class_id, $det_type, $detrend, 22 $input_uri, $camera, $mode, $ no_update);22 $input_uri, $camera, $mode, $dbname, $no_update); 23 23 GetOptions( 24 24 'det_id|d=s' => \$det_id, … … 31 31 'camera|c=s' => \$camera, 32 32 'mode|m=s' => \$mode, 33 'dbname|d=s' => \$dbname, # Database name 33 34 'no-update' => \$no_update, 34 35 ) or pod2usage( 2 ); … … 155 156 "-b2_uri $bin2Name"; # Command to run dettool 156 157 $command .= " -bg " . $stats->bg_mean(); 158 $command .= " -dbname $dbname" if defined $dbname; 157 159 158 160 if (defined($stats->bg_mean_stdev())) {
Note:
See TracChangeset
for help on using the changeset viewer.
