IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2008, 12:30:55 PM (18 years ago)
Author:
eugene
Message:

adding thread command-line option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r18562 r19127  
    2525
    2626my ( $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 );
    2828GetOptions(
    2929    'det_id|d=s'        => \$det_id,
     
    3737    'dbname|d=s'        => \$dbname, # Database name
    3838    'reduction=s'       => \$reduction, # Reduction class
     39    'threads=s'         => \$threads,   # Number of threads to use for ppImage
    3940    'verbose'           => \$verbose,   # Print to stdout
    4041    'no-update'         => \$no_update,
     
    107108    $command .= " -stats $outputStats";
    108109    $command .= " -tracedest $traceDest -log $logDest";
     110    $command .= " -threads $threads" if defined $threads;
    109111    $command .= " -dbname $dbname" if defined $dbname;
    110112
Note: See TracChangeset for help on using the changeset viewer.