BF: Fix type overflow on images with fixed-width integer type

The fsl.data.image.Image.dataRange property returns image minimum/maximum values in the datatype of the image (e.g. np.int16). This could cause overflow issues when calcaluting the image range. All uses of the Image.dataRange have been updated so that the values are coerced to floating point before any further processing.

Merge request reports

Loading