IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 12:09:50 PM (20 years ago)
Author:
Paul Price
Message:

Removing unused input variable.

File:
1 edited

Legend:

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

    r9169 r9223  
    1818use Pod::Usage qw( pod2usage );
    1919
    20 my ($det_id, $exp_tag, $class, $class_id, $det_type, $input_uri, $output_uri, $no_update);
     20my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $output_uri, $no_update);
    2121GetOptions(
    2222    'det_id|d=s'        => \$det_id,
    2323    'exp_tag|e=s'        => \$exp_tag,
    24     'class=s'           => \$class,     # unused
    2524    'class_id|i=s'      => \$class_id,
    2625    'det_type|t=s'      => \$det_type,
Note: See TracChangeset for help on using the changeset viewer.