Changeset 17241 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Mar 31, 2008, 10:17:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r17231 r17241 62 62 63 63 $ipprc->define_camera($camera); 64 $det_type = uc($det_type); 64 65 65 66 # Recipes to use as a function of detrend type 66 67 $reduction = "DETREND" unless defined $reduction; 67 my $recipe = $ipprc->reduction($reduction, uc($det_type). '_STACK'); # Recipe name to use68 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use 68 69 69 70 # values to extract from output metadata and the stats to calculate
Note:
See TracChangeset
for help on using the changeset viewer.
