Changeset 17117 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Mar 24, 2008, 5:41:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_calc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r16563 r17117 181 181 my $normalisation = $normItem->{value}; # Normalisation for component 182 182 183 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 184 warn("Class $className has bad normalisation: $normalisation"); 185 exit($PS_EXIT_SYS_ERROR); 186 } 187 183 188 my $command = $commandBase; 184 189 $command .= " -class_id $className";
Note:
See TracChangeset
for help on using the changeset viewer.
