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

    r42835 r43017  
    4646    'add_id=s'          => \$add_id, # Camtool identifier
    4747    'camera|c=s'        => \$camera, # Camera
    48     'stage|s=s'        => \$stage, # Camera
    49     'stage_id|w=s'   => \$stage_id,
    50     'dbname|d=s'        => \$dbname, # Database name
     48    'stage|s=s'         => \$stage, # Camera
     49    'stage_id|w=s'      => \$stage_id,
     50    'dbname=s'          => \$dbname, # Database name
    5151    'outroot|w=s'       => \$outroot, # output file base name
    52     'stageroot|w=s'       => \$stageroot, # stage root name.
     52    'stageroot|w=s'     => \$stageroot, # stage root name.
    5353    'reduction=s'       => \$reduction, # Reduction class
    5454    'dvodb|w=s'         => \$dvodb,  # output DVO database
Note: See TracChangeset for help on using the changeset viewer.