Changeset 13558
- Timestamp:
- May 30, 2007, 1:31:49 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_norm_exp.pl (modified) (1 diff)
-
detrend_process_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) { -
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.
