Changeset 13946 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Jun 21, 2007, 3:14:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r13937 r13946 63 63 # Recipes to use as a function of detrend type 64 64 $reduction = "DETREND" unless defined $reduction; 65 my $recipe = $ipprc->reduction($reduction, $det_type. '_STACK'); # Recipe name to use65 my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_STACK'); # Recipe name to use 66 66 67 67 # Look for programs we need
Note:
See TracChangeset
for help on using the changeset viewer.
