Changeset 9223 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Oct 4, 2006, 12:09:50 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r9169 r9223 18 18 use Pod::Usage qw( pod2usage ); 19 19 20 my ($det_id, $exp_tag, $class , $class_id, $det_type, $input_uri, $output_uri, $no_update);20 my ($det_id, $exp_tag, $class_id, $det_type, $input_uri, $output_uri, $no_update); 21 21 GetOptions( 22 22 'det_id|d=s' => \$det_id, 23 23 'exp_tag|e=s' => \$exp_tag, 24 'class=s' => \$class, # unused25 24 'class_id|i=s' => \$class_id, 26 25 'det_type|t=s' => \$det_type,
Note:
See TracChangeset
for help on using the changeset viewer.
