Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
-
Story Points:4
-
Team:Data Release Production
Description
In DM-10902 it became apparent that meas_base makes heavy use of single precision floats. While this is probably fine for output (e.g. when operating on an Image<float>, it does not always make sense for internal variables. Audit the code and check where double precision should be used instead (taking into account numerical rounding and performance factors).