IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2007, 12:39:44 PM (19 years ago)
Author:
Paul Price
Message:

All scripts should take workdir, even if they don't use it.

File:
1 edited

Legend:

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

    r11316 r11321  
    2828    $iter,                      # Iteration
    2929    $detType,                   # Detrend type
     30    $workdir,                   # Working directory for output files
    3031    $dbname,                    # Database name
    3132    $no_update                  # Don't update the database?
     
    3536        'iteration|i=s' => \$iter,
    3637        'det_type|t=s'  => \$detType,
    37         'dbname|d=s'    => \$dbname,# Database name
     38        'workdir|w=s'   => \$workdir,
     39        'dbname|d=s'    => \$dbname,# Database name
    3840        'no-update'     => \$no_update
    3941        ) or pod2usage( 2 );
Note: See TracChangeset for help on using the changeset viewer.