IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 12:15:27 PM (16 years ago)
Author:
Paul Price
Message:

Accept threads argument, even though we don't use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippScripts/scripts/background_chip.pl

    r28454 r28466  
    4242# Parse the command-line arguments
    4343my ( $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 );
    4545GetOptions(
    4646    'chip_bg_id=s'      => \$chip_bg_id,    # chipBackgroundRun identifier
     
    5050    'dbname|d=s'        => \$dbname,    # Database name
    5151    'reduction=s'       => \$reduction, # Reduction class
     52    'threads=s'         => \$threads,   # Number of threads to use
    5253    'verbose'           => \$verbose,   # Print to stdout
    5354    'no-update'         => \$no_update, # Don't update the database?
Note: See TracChangeset for help on using the changeset viewer.