IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18019 for trunk


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)

Location:
trunk
Files:
2 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
  • trunk/ippTasks/chip.pro

    r17624 r18019  
    163163    mkdir $outpath
    164164
    165     $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --exp_tag $EXP_TAG --uri $URI --camera $CAMERA --outroot $outroot
     165    $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot
    166166    if ("$REDUCTION" != "NULL")
    167167      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.