IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2010, 11:41:38 AM (16 years ago)
Author:
watersc1
Message:

missed this last night. Part of updated dqstatstool package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dqstats_bundle.pl

    r26378 r27308  
    3535}
    3636
    37 my ( $exp_tag, $dqstats_id, $camera, $uri, $dbname, $verbose, $no_update, $no_op, $redirect, $save_temps);
     37my ( $dqstats_id, $camera, $uri, $dbname, $verbose, $no_update, $no_op, $redirect, $save_temps);
    3838GetOptions(
    39            'exp_tag=s'       => \$exp_tag, # exposure identifier
    4039           'dqstats_id=s'    => \$dqstats_id, # dqstatsrun ID
    4140           'camera|c=s'      => \$camera,  # camera
     
    5049
    5150pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    52 pod2usage( -msg => "Required options --exp_tag --dqstats_id --camera",
     51pod2usage( -msg => "Required options --dqstats_id --camera",
    5352           -exitval => 3,
    5453           ) unless
    55     defined $exp_tag and
    5654    defined $dqstats_id and
    5755    defined $camera;
Note: See TracChangeset for help on using the changeset viewer.