- Timestamp:
- Apr 23, 2018, 4:57:41 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_calc.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r40403 r40404 199 199 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 200 200 warn("Class $className has bad normalisation: $normalisation"); 201 $normalisation = 1.0; 202 # exit($PS_EXIT_SYS_ERROR); 201 exit($PS_EXIT_SYS_ERROR); 203 202 } 204 203 … … 226 225 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 227 226 warn("Class $className has bad normalisation: $normalisation"); 228 $normalisation = 1.0; 229 # exit($PS_EXIT_SYS_ERROR); 227 exit($PS_EXIT_SYS_ERROR); 230 228 } 231 229 print "$className : $normalisation\n";
Note:
See TracChangeset
for help on using the changeset viewer.
