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

    r27718 r43017  
    3939    'det_id|d=s'        => \$det_id,
    4040    'det_type|t=s'      => \$det_type,
    41     'exp_id|d=s'        => \$exp_id,
    42     'exp_tag|=s'        => \$exp_tag,
     41    'exp_id=s'          => \$exp_id,
     42    'exp_tag=s'         => \$exp_tag,
    4343    'camera|c=s'        => \$camera,
    4444    'outroot|w=s'       => \$outroot,   # output file base name
    45     'dbname|d=s'        => \$dbname, # Database name
    46     'reduction|=s'      => \$reduction,
     45    'dbname=s'          => \$dbname, # Database name
     46    'reduction=s'       => \$reduction,
    4747    'verbose'           => \$verbose,   # Print to stdout
    4848    'no-update'         => \$no_update,
Note: See TracChangeset for help on using the changeset viewer.