Changeset 40403 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Apr 23, 2018, 4:52:59 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
r33666 r40403 199 199 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 200 200 warn("Class $className has bad normalisation: $normalisation"); 201 exit($PS_EXIT_SYS_ERROR); 201 $normalisation = 1.0; 202 # exit($PS_EXIT_SYS_ERROR); 202 203 } 203 204 … … 225 226 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 226 227 warn("Class $className has bad normalisation: $normalisation"); 227 exit($PS_EXIT_SYS_ERROR); 228 $normalisation = 1.0; 229 # exit($PS_EXIT_SYS_ERROR); 228 230 } 229 231 print "$className : $normalisation\n";
Note:
See TracChangeset
for help on using the changeset viewer.
