Changeset 13558 for trunk/ippScripts/scripts/detrend_process_exp.pl
- Timestamp:
- May 30, 2007, 1:31:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r13552 r13558 155 155 # Recipes to use in processing 156 156 my $recipe1 = RECIPES->{"bin1"}->{lc($det_type)}; 157 &my_die("Unrecognised detrend type: $det_type", $det_id, $ iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe1;157 &my_die("Unrecognised detrend type: $det_type", $det_id, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe1; 158 158 159 159 my $recipe2 = RECIPES->{"bin2"}->{lc($det_type)}; 160 &my_die("Unrecognised detrend type: $det_type", $det_id, $ iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe2;160 &my_die("Unrecognised detrend type: $det_type", $det_id, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe2; 161 161 162 162 unless ($no_op) {
Note:
See TracChangeset
for help on using the changeset viewer.
