IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43025


Ignore:
Timestamp:
May 19, 2026, 5:04:09 PM (2 months ago)
Author:
eugene
Message:

fix GetOpt errors

File:
1 edited

Legend:

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

    r40485 r43025  
    4141    'class_id|i=s'      => \$class_id,
    4242    'det_type|t=s'      => \$det_type,
    43     'exp_tag|=s'        => \$exp_tag,
     43    'exp_tag=s'         => \$exp_tag,
    4444    'input_uri|u=s'     => \$input_uri,
    4545    'camera|c=s'        => \$camera,
    4646    'outroot|w=s'       => \$outroot, # output file base name
    47     'dbname|d=s'        => \$dbname, # Database name
     47    'dbname=s'          => \$dbname, # Database name
    4848    'reduction=s'       => \$reduction, # Reduction class
    4949    'threads=s'         => \$threads,   # Number of threads to use for ppImage
     
    184184$command .= " $cmdflags";
    185185
     186print "$command\n";
     187
    186188# Add the processed file to the database
    187189unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.