Changeset 24770 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Jul 12, 2009, 12:53:04 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r24764 r24770 70 70 # Recipes to use as a function of detrend type 71 71 $reduction = "DETREND" unless defined $reduction; 72 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use 72 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK') # Recipe name to use 73 or &my_die("Failed to find recipe for $det_type", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); 73 74 74 75 # The output file rule name depends on the detrend type
Note:
See TracChangeset
for help on using the changeset viewer.
