Changeset 19127 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Aug 19, 2008, 12:30:55 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r18562 r19127 25 25 26 26 # Parse the command-line arguments 27 my ( $exp_id, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $ verbose,27 my ( $exp_id, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $threads, $verbose, 28 28 $no_update, $no_op, $redirect ); 29 29 GetOptions( … … 36 36 'dbname|d=s' => \$dbname, # Database name 37 37 'reduction=s' => \$reduction, # Reduction class 38 'threads=s' => \$threads, # Number of threads to use for ppImage 38 39 'verbose' => \$verbose, # Print to stdout 39 40 'no-update' => \$no_update, # Don't update the database? … … 139 140 $command .= " -recipe PPSTATS CHIPSTATS"; 140 141 $command .= " -stats $outputStats"; 142 $command .= " -threads $threads" if defined $threads; 141 143 $command .= " -dbname $dbname" if defined $dbname; 142 144 $command .= " -tracedest $traceDest -log $logDest";
Note:
See TracChangeset
for help on using the changeset viewer.
