IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2026, 3:18:24 PM (3 months ago)
Author:
eugene
Message:

fix many instances of invalid per arguments of the form foo|=s (should be like foo|x=s) and duplicate short-args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_resid_imfile.pl

    r40485 r43017  
    4141    'ref_iter=s'        => \$ref_iter,
    4242    'exp_id|e=s'        => \$exp_id,
    43     'exp_tag|=s'        => \$exp_tag,
     43    'exp_tag=s'         => \$exp_tag,
    4444    'class_id|i=s'      => \$class_id,
    4545    'det_type|t=s'      => \$det_type,
     
    4949    'mode|m=s'          => \$mode,
    5050    'outroot|w=s'       => \$outroot,   # output file base name
    51     'dbname|d=s'        => \$dbname, # Database name
     51    'dbname=s'        => \$dbname, # Database name
    5252    'reduction=s'       => \$reduction, # Reduction class
    5353    'threads=s'         => \$threads,   # Number of threads to use for ppImage
Note: See TracChangeset for help on using the changeset viewer.