Closed ggalibert closed 10 years ago
In the Matlab version, the function cleanNetCDFValues used to change any data value outside the valid_min/max range to a NaN. This shouldn't happen.
I fixed the Matlab version : https://github.com/aodn/imos-user-code-library/commit/edbc7b9a650aaa3a76c364f777ae6ffe833ef985 But I wonder what are the Python and R version doing regarding this. Please can someone check?
No such data clipping is done in Python.
same thing in R, no data clipping is done when data are outside the valid_min/max range.
In the Matlab version, the function cleanNetCDFValues used to change any data value outside the valid_min/max range to a NaN. This shouldn't happen.
I fixed the Matlab version : https://github.com/aodn/imos-user-code-library/commit/edbc7b9a650aaa3a76c364f777ae6ffe833ef985 But I wonder what are the Python and R version doing regarding this. Please can someone check?