Changeset 11151 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jan 18, 2007, 6:26:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r10742 r11151 94 94 # Recipe to use in processing 95 95 die "Unrecognised mode: $mode\n" if not defined RECIPES->{$mode}; 96 my $recipe = RECIPES->{$mode}->{ $det_type};96 my $recipe = RECIPES->{$mode}->{lc($det_type)}; 97 97 die "Unrecognised detrend type: $det_type\n" if not defined $recipe; 98 98 … … 118 118 # Detrend to use in processing 119 119 if (lc($mode) ne 'verify') { 120 my $detFlag = DETRENDS->{ $det_type};120 my $detFlag = DETRENDS->{lc($det_type)}; 121 121 die "Unrecognised detrend type: $det_type\n" if not defined $detFlag; 122 122 $command .= "$detFlag $detrend";
Note:
See TracChangeset
for help on using the changeset viewer.
