Changeset 19127 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Aug 19, 2008, 12:30:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r18562 r19127 25 25 26 26 my ( $det_id, $exp_id, $class_id, $det_type, $exp_tag, $input_uri, $camera, $outroot, $dbname, $reduction, 27 $ verbose, $no_update, $no_op, $redirect );27 $threads, $verbose, $no_update, $no_op, $redirect ); 28 28 GetOptions( 29 29 'det_id|d=s' => \$det_id, … … 37 37 'dbname|d=s' => \$dbname, # Database name 38 38 'reduction=s' => \$reduction, # Reduction class 39 'threads=s' => \$threads, # Number of threads to use for ppImage 39 40 'verbose' => \$verbose, # Print to stdout 40 41 'no-update' => \$no_update, … … 107 108 $command .= " -stats $outputStats"; 108 109 $command .= " -tracedest $traceDest -log $logDest"; 110 $command .= " -threads $threads" if defined $threads; 109 111 $command .= " -dbname $dbname" if defined $dbname; 110 112
Note:
See TracChangeset
for help on using the changeset viewer.
