IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 11:22:52 AM (18 years ago)
Author:
eugene
Message:

cleanup chip script and task (remove unneeded exp_tag entry to script)

File:
1 edited

Legend:

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

    r17803 r18019  
    2525
    2626# Parse the command-line arguments
    27 my ( $exp_id, $exp_tag, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $verbose,
     27my ( $exp_id, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $verbose,
    2828     $no_update, $no_op );
    2929GetOptions(
    3030           'exp_id=s'      => \$exp_id,    # Exposure identifier
    31            'exp_tag=s'     => \$exp_tag,   # Exposure identifier
    3231           'chip_id=s'     => \$chip_id,   # Chiptool identifier
    3332           'class_id=s'    => \$class_id,  # Class identifier
     
    4342
    4443pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    45 pod2usage( -msg => "Required options: --exp_id --exp_tag --chip_id --class_id --uri --camera --outroot",
     44pod2usage( -msg => "Required options: --exp_id --chip_id --class_id --uri --camera --outroot",
    4645           -exitval => 3) unless
    4746    defined $exp_id and
    48     defined $exp_tag and
    4947    defined $chip_id and
    5048    defined $class_id and
Note: See TracChangeset for help on using the changeset viewer.