Changeset 28466
- Timestamp:
- Jun 24, 2010, 12:15:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippScripts/scripts/background_chip.pl
r28454 r28466 42 42 # Parse the command-line arguments 43 43 my ( $chip_bg_id, $class_id, $camera, $outroot, $dbname, $reduction, $verbose, 44 $ no_update, $save_temps, $no_op, $redirect, $deburned );44 $threads, $no_update, $save_temps, $no_op, $redirect, $deburned ); 45 45 GetOptions( 46 46 'chip_bg_id=s' => \$chip_bg_id, # chipBackgroundRun identifier … … 50 50 'dbname|d=s' => \$dbname, # Database name 51 51 'reduction=s' => \$reduction, # Reduction class 52 'threads=s' => \$threads, # Number of threads to use 52 53 'verbose' => \$verbose, # Print to stdout 53 54 'no-update' => \$no_update, # Don't update the database?
Note:
See TracChangeset
for help on using the changeset viewer.
