IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43021


Ignore:
Timestamp:
May 11, 2026, 3:25:38 PM (2 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

Location:
branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts
Files:
2 edited

Legend:

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

    r42835 r43021  
    4444    'stack_id|d=s'      => \$stack_id, # Stack identifier
    4545    ## XXX future addition: if stack gets multi-skyfile option 'stack_skyfile_id|d=s' => \$stack_skyfile_id, # Stack identifier
    46     'dbname|d=s'        => \$dbname, # Database name
     46    'dbname=s'          => \$dbname, # Database name
    4747    'outroot=s'         => \$outroot, # Output root name
    4848    'run-state=s'       => \$run_state,
     
    363363        run(command => $command, verbose => $verbose);
    364364    unless ($success) {
     365        # print "error code: $error_code\n";
    365366        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    366367        &my_die("Unable to perform ppStack: $error_code", $stack_id, $error_code);
  • branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/xcstack_skycell.pl

    r42835 r43021  
    4444GetOptions(
    4545    'xcstack_id|d=s'    => \$xcstack_id,  # xcstack identifier
    46     'dbname|d=s'        => \$dbname,      # Database name
     46    'dbname=s  '        => \$dbname,      # Database name
    4747    'camera|c=s'        => \$camera,      # Camera name
    4848    'outroot=s'         => \$outroot,     # Output root name
Note: See TracChangeset for help on using the changeset viewer.