Changeset 9224 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Oct 4, 2006, 12:11:11 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
r9223 r9224 52 52 53 53 # Recipe to use in processing 54 my $recipe = RECIPES->{ $det_type};54 my $recipe = RECIPES->{lc($det_type)}; 55 55 die "Unrecognised detrend type: $det_type\n" if not defined $recipe; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.
