I am using Data3DPointsDouble and trying to write any intensity value >= 266 causes E57Exception: element value out of min/max bounds (ErrorValueOutOfBounds).
Can anyone explain this? I do not see this documented anywhere.
Moreover, if I set intensityLimits.intensityMinimum and intensityLimits.intensityMaximum to min/max based on the data, it still fails. However, if I set intensityLimits.intensityMinimum to 0 but intensityLimits.intensityMaximum to actual max, it works. Seem like a pretty random behavior to me and I managed to fix it only by chance.
I am using
Data3DPointsDoubleand trying to write any intensity value >= 266 causesE57Exception: element value out of min/max bounds (ErrorValueOutOfBounds).Can anyone explain this? I do not see this documented anywhere.
Moreover, if I set
intensityLimits.intensityMinimumandintensityLimits.intensityMaximumto min/max based on the data, it still fails. However, if I setintensityLimits.intensityMinimumto 0 butintensityLimits.intensityMaximumto actual max, it works. Seem like a pretty random behavior to me and I managed to fix it only by chance.