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