Use point 10 in thickness calculation
This commit is contained in:
parent
5c60fd93a8
commit
1996ea1919
@ -308,8 +308,8 @@ Service CalculateThickData(Datapoints)
|
||||
Max = DataPoints<0,1>
|
||||
NumSigPoints = 0
|
||||
For each DataPoint in DataPoints using @VM setting Index
|
||||
// Data points 10, 11, 12, 13, and 14 are not significant for calculation purposes per management
|
||||
Until Index GE 10
|
||||
// Data points 11, 12, 13, and 14 are not significant for calculation purposes per management
|
||||
Until Index GT 10
|
||||
TrimData = Trim(DataPoint)
|
||||
If ( (TrimData NE '') and (TrimData NE 0) and (TrimData NE '0.0') ) then
|
||||
NumSigPoints += 1
|
||||
@ -3892,3 +3892,4 @@ ClearCursors:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user