Changeset 9266 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 4, 2006, 2:27:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r9265 r9266 46 46 }; 47 47 48 die "Unrecognised detrend type: $det_type\n" if not defined RECIPES()->{$det_type} 49 or not defined NORMALISE()->{$det_type}; 48 die "Unrecognised detrend type: $det_type\n" if not defined RECIPES()->{$det_type}; 50 49 my $recipe = RECIPES()->{$det_type}; # Recipe to use in stacking 51 50
Note:
See TracChangeset
for help on using the changeset viewer.
