Changeset 13946
- Timestamp:
- Jun 21, 2007, 3:14:51 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r13937 r13946 62 62 63 63 $reduction = "DETREND" unless defined $reduction; 64 my $recipe = $ipprc->reduction($reduction, $det_type. '_PROCESS'); # Recipe name to use64 my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_PROCESS'); # Recipe name to use 65 65 66 66 # Look for programs we need -
trunk/ippScripts/scripts/detrend_resid.pl
r13937 r13946 71 71 my $recipe; # Name of recipe to use 72 72 if ($mode eq 'master') { 73 $recipe = $det_type. '_RESID';73 $recipe = uc($det_type) . '_RESID'; 74 74 } elsif ($mode eq 'verify') { 75 $recipe = $det_type. '_VERIFY';75 $recipe = uc($det_type) . '_VERIFY'; 76 76 } else { 77 77 &my_die("Unrecognised mode: $mode", $det_id, $iter, $exp_tag, $class_id, $PS_EXIT_PROG_ERROR); -
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.
