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_exp.pl

    r27180 r43017  
    5151           'iteration=s'       => \$iter,
    5252           'exp_id|e=s'        => \$exp_id,
    53            'exp_tag|=s'        => \$exp_tag,
     53           'exp_tag=s'         => \$exp_tag,
    5454           'det_type|t=s'      => \$det_type,
    5555           'det_mode=s'        => \$det_mode,
     
    5858           'filter=s'          => \$filter,
    5959           'reject'            => \$reject,
    60            'dbname|d=s'        => \$dbname, # Database name
    61            'reduction|=s'      => \$reduction,
     60           'dbname=s'          => \$dbname, # Database name
     61           'reduction=s'       => \$reduction,
    6262           'verbose'           => \$verbose,   # Print to stdout
    6363           'no-update'         => \$no_update,
Note: See TracChangeset for help on using the changeset viewer.