Skip to content

IMOS Toolbox v2.5.24 - 17 January 2017

Compare
Choose a tag to compare
@ggalibert ggalibert released this 17 Jan 04:22
· 240 commits to 2.5 since this release

Changes from 2.5.23:
-Fix bug with geomag not running when file path has space characters. f49c8f8
-Fix bug in case Sensors.Parameters is not set (doesnot exist in deployment database) fc6759a
-readParadoppBinary function now stores Nortek data in arrays of structures instead of trying to concatenate all fields of a structure. Fixes bug with some Nortek files where there are more than 1 head / config/ hardware section. f79a111
-Cleanup code on ADCP distance handling. b03d7e9
-Added waitbar for Nortek parsers that use the (somewhat) slow readParadoppBinary.m and readAD2CPBinary.m functions. 6ae6afd
-Clean up some code based on warning practices found by Matlab. e276eb9
-Fix pre-processing waitbar that would jump straight to the end instead of pausing the different steps. bc09990
-depthPP now has a GUI so that the default methodology and the neighbouring P sensors found to compute DEPTH for each instrument on the mooring can be visible. The global attribute history and the warnings offer better details. It is now possible to change the nearests P sensors used for inferring the DEPTH of any instrumenti (useful when a nearest P sensor is faulty). A reset to default button can also reset changes back to default. 499cd6c
-depthPP default choices for methodology can now be overridden, which means we can override one instrument DEPTH/PRES/PRES_REL values with the ones inferred from neighbouring P sensors (useful when instrument has a faulty P sensor). Window's size is adapted to number of datasets. 9cb952a
-Rename AutomaticQC/readQCparameter.m and AutomaticQC/writeQCparameter.m to respectively Util/readDatasetParameter.m and Util/writeDatasetParameter.m. 990f2dd
-Made readDatasetParameter and writeDatasetParameter more generic so that they can also deal not only with QC but also PP parameter files (for pre-processing). 97a7925
-PP routines timeDriftPP, timeMetaOffsetPP and timeOffsetPP have their window size adapted to the number of datasets. d7098e7
-depthPP can store its depthPP.txt specific parameters as well as the dataset specific parameters (like computed depth source and nearest neighbours). This is stored in a .ppp file next to the original instrument raw file. A button has been added to reset/delete these .ppp parameters files if needed. 59b1aee
-For timeseries mooring, the list of processed instruments should be sorted by depth in both interractive and auto mode. f85f6db
-Increment version to 2.5.24 and update binaries accordingly. 5972701

See updated depthPP wiki page.