IMOS Toolbox v2.6.1 - 23 Oct 2019
Release 2.6.1
This is a new release of the IMOS Toolbox to mark update requirements regarding the Matlab version and Runtime libraries.
The toolbox minimum requirements are now R2018b and the Matlab Component Runtime v95. Please see installation instructions on the wiki page.
Changes since v2.5.42:
General:
- Stable releases are now only supported for R2018b and MCR v95 a66be27
- Stand-alone applications are provided for MCR v95 only 40287a2
Data Ingestion:
- Fixed SBE/WQM reader to ignore primary variables not recorded. f48dba4
- Added Fluorescence/PAR from SBE19Plus loggers. Currently, the fluorescence name from Aquatracka UV is being redirected to Aquatracka III namespace with a special comment on it. a3b2ffd
- Handle infinitySD instruments configured in high-frequency samplings, that caused the manufacturer software to output repeated time values (dt<=microseconds). 3f7617d
- Remove old names of CPHL (CHLF/CHLU), enumerate CPHL in case of multiple fields, CPHL comments revisited 0f8d13b
Misc:
- new test files are now available and outside of the repository: use
get_testfiles.py
to obtain all of them. a66be27 - new utility functions for schema validation: see
createTree
andtreeDiff
functions. 75aebf5 - new utility functions to work with cells and structs: see CellUtils and StructUtils folders. 1117fca
- Repository normalization for developers in both windows and Linux (line-endings adjustments). 2d6ba23