Changeset 11151
- Timestamp:
- Jan 18, 2007, 6:26:04 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 4 edited
-
detrend_resid.pl (modified) (2 diffs)
-
detrend_stack.pl (modified) (1 diff)
-
phase0_exp.pl (modified) (2 diffs)
-
phase0_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r10742 r11151 94 94 # Recipe to use in processing 95 95 die "Unrecognised mode: $mode\n" if not defined RECIPES->{$mode}; 96 my $recipe = RECIPES->{$mode}->{ $det_type};96 my $recipe = RECIPES->{$mode}->{lc($det_type)}; 97 97 die "Unrecognised detrend type: $det_type\n" if not defined $recipe; 98 98 … … 118 118 # Detrend to use in processing 119 119 if (lc($mode) ne 'verify') { 120 my $detFlag = DETRENDS->{ $det_type};120 my $detFlag = DETRENDS->{lc($det_type)}; 121 121 die "Unrecognised detrend type: $det_type\n" if not defined $detFlag; 122 122 $command .= "$detFlag $detrend"; -
trunk/ippScripts/scripts/detrend_stack.pl
r10742 r11151 50 50 }; 51 51 52 die "Unrecognised detrend type: $det_type\n" if not defined RECIPES()->{$det_type}; 53 my $recipe = RECIPES()->{$det_type}; # Recipe to use in stacking 52 my $recipe = RECIPES()->{lc($det_type)}; # Recipe to use in stacking 53 die "Unrecognised detrend type: $det_type\n" if not defined $recipe; 54 54 55 55 # Look for programs we need -
trunk/ippScripts/scripts/phase0_exp.pl
r11087 r11151 146 146 } 147 147 148 if (0) { 148 149 # XXX for a test, randomly declare a failure and return to pantasks 149 150 my $rnd = rand(1); … … 151 152 warn ("random failure"); 152 153 &my_die ($exptag, $PS_EXIT_DATA_ERROR); 154 } 153 155 } 154 156 -
trunk/ippScripts/scripts/phase0_imfile.pl
r11087 r11151 132 132 # XXX is this a programming or a config error? 133 133 } 134 134 135 if (0) { 135 136 # XXX for a test, randomly declare a failure and return to pantasks 136 137 my $rnd = rand(1); … … 139 140 &my_die ($exp_tag, $class_id, $PS_EXIT_DATA_ERROR); 140 141 } 142 } 141 143 } 142 144
Note:
See TracChangeset
for help on using the changeset viewer.
