Changeset 13946 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jun 21, 2007, 3:14:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.
