Changeset 19127 for trunk/ippScripts/scripts/detrend_resid_imfile.pl
- Timestamp:
- Aug 19, 2008, 12:30:55 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid_imfile.pl
r18562 r19127 25 25 26 26 my ( $det_id, $iter, $exp_id, $exp_tag, $class_id, $det_type, $detrend, $input_uri, $camera, $mode, $outroot, 27 $dbname, $reduction, $ verbose, $no_update, $no_op, $redirect );27 $dbname, $reduction, $threads, $verbose, $no_update, $no_op, $redirect ); 28 28 GetOptions( 29 29 'det_id|d=s' => \$det_id, … … 40 40 'dbname|d=s' => \$dbname, # Database name 41 41 'reduction=s' => \$reduction, # Reduction class 42 'threads=s' => \$threads, # Number of threads to use for ppImage 42 43 'verbose' => \$verbose, # Print to stdout 43 44 'no-update' => \$no_update, … … 158 159 $command .= " -stats $outputStats"; 159 160 $command .= " -tracedest $traceDest -log $logDest"; 161 $command .= " -threads $threads" if defined $threads; 160 162 $command .= " -dbname $dbname" if defined $dbname; 161 163
Note:
See TracChangeset
for help on using the changeset viewer.
