IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 4:50:03 PM (19 years ago)
Author:
eugene
Message:

option to supply a reduction class

File:
1 edited

Legend:

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

    r14039 r14133  
    2424
    2525# Parse the command-line arguments
    26 my ($workdir, $dbname, $telescope, $camera, $help);
     26my ($workdir, $dbname, $telescope, $camera, $reduction, $help);
    2727GetOptions(
    2828    'workdir|w=s'    => \$workdir, # working directory for output files
     
    3030    'telescope|t=s'  => \$telescope, # user-supplied telescope name
    3131    'camera|i=s'     => \$camera, # user-supplied camera name
     32    'reduction=s'    => \$reduction, # user-supplied camera name
    3233    'help'           => \$help # give help listing
    3334) or pod2usage( 2 );
     
    8586    $command_exp .= " -workdir $workdir";
    8687    $command_exp .= " -dbname $dbname" if defined $dbname;
     88    $command_exp .= " -reduction $reduction" if defined $reduction;
    8789
    8890    my ( $success_exp, $error_code_exp, $full_buf_exp, $stdout_buf_exp, $stderr_buf_exp ) =
Note: See TracChangeset for help on using the changeset viewer.