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/ipp_inject_fileset.pl

    r29895 r43017  
    2727GetOptions('camera|i=s'     => \$camera,    # user-supplied camera name
    2828           'telescope|t=s'  => \$telescope, # user-supplied telescope name
    29            'exp_name|=s'    => \$exp_name,  # user-supplied exp_name name
     29           'exp_names'      => \$exp_name,  # user-supplied exp_name name
    3030           'workdir|w=s'    => \$workdir,   # working directory for output files
    3131           'reduction=s'    => \$reduction, # user-supplied camera name
     
    3434           'end_stage=s'    => \$end_stage, # stop processing at this step
    3535           'label=s'        => \$label,     # set chip label
    36            'dbname|d=s'     => \$dbname,    # Database name
     36           'dbname=s'       => \$dbname,    # Database name
    3737           'no-op'          => \$no_op,     # pretend but don't actually inject
    3838           'help'           => \$help       # give help listing
Note: See TracChangeset for help on using the changeset viewer.