IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2007, 12:20:56 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation errors.

File:
1 edited

Legend:

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

    r11316 r11319  
    2626use Pod::Usage qw( pod2usage );
    2727
    28 my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $camera, $bdname, $workdir, $no_update);
     28my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $camera, $dbname, $workdir, $no_update);
    2929GetOptions(
    3030    'det_id|d=s'        => \$det_id,
     
    103103        run(command => $command, verbose => 1);
    104104    unless ($success) {
    105         $error_code >> 8;
     105        $error_code = $error_code >> 8;
    106106        &my_die("Unable to perform ppImage: $error_code", $det_id, $exp_tag, $class_id, $error_code);
    107107    }
     
    149149        run(command => $command, verbose => 1);
    150150    unless ($success) {
    151         $error_code >> 8;
     151        $error_code = $error_code >> 8;
    152152        warn("Unable to perform dettool -addprocessedimfile: $error_code\n");
    153153        exit($error_code);
Note: See TracChangeset for help on using the changeset viewer.