Releases: aodn/imos-toolbox
IMOS Toolbox v2.5.18 - 27 October 2016
Changes from 2.5.17:
-Removed variable attributes axis and positive from DIST_ALONG_BEAMS. They are irrelevant for this parameter and makes the IMOS checker fail. 2bd2ba3
-DIST_ALONG_BEAMS dimension is removed when not used any more by any variables left in a dataset after bin mapping and/or beam to ENU transformation. d7f633a
-Salinity can be computed using Gibbs seawater toolbox if latitude is available when using instrument nominal depth information only. 1efec05
-Disable possible warning on fastSaveas when using JavaFrame. Add try / catch around JavaFrame to deal with incompatibility in possible future Matlab release. 57acbac
-Fix CTDDepthBinPP to update global attributes geospatial_vertical_min/max accordingly. b256386
-Increment version to v2.5.18 and update binaries accordingly. 27d2ae2
IMOS Toolbox v2.5.17 - 19 October 2016
Changes from 2.5.16:
-Create function fastSaveas.m to isolate redundant code when saving diagnostic plots during netCDF export. 39791f3
-Improve fastSaveas.m function so that the printed plot on file is exactly what we see on screen. This is to deal with the issue of printed plots not being consistent with actual plot in Windows. 95acf6b
-JFE Infinity SD logger file is onpened only once to read header and data. Parser updated to support file formatas from both firmware v1.57 and software v1.06. 0f0cb2c
-Increment version to 2.5.17 and update binaries accordingly. 8f1d982
IMOS Toolbox v2.5.16 - 4 October 2016
IMOS Toolbox v2.5.15 - 12 August 2016
Changes from 2.5.14:
-WQM parser now supports .DAT files produced with newer WQMHost v1.59 software. e9f6952
-Fix bug in WQM parser where applied_offset variable attribute is not added to PRES_REL variable but another variable in the NetCDF file. 6f14705
-Increment toolbox version 2.5.15 and update binaries accordingly. 3b6d7a5
IMOS Toolbox v2.5.14 - 25 July 2016
Changes from 2.5.13:
-Add meta.depth and meta.log in netcdfParse to support netCDF re-export. a5f1663
-imosHistoricalManualSetQC can downgrade flags contrary to other QC test that can only upgrade flags. a907fe4
-Fix bug in IMOS/imosSites.m where latitudePlusMinusThreshold and longitudePlusMinusThreshold were swapped around. Bug impacts only if latitudePlusMinusThreshold and longitudePlusMinusThreshold had different values. 8e4b00e
-MarkerSize property doesnot need to be in plotclr.m and can be passed in argument. That way we can achieve consistent sizes across different fast and normal scatter plot techniques. ec1bdab
-More succinct message in waitbar when exporting NetCDF files. d89cec2
-When zooming, other 1D axis yLim / yTick are adjusted to fit closer to the displayed data range. 391ff1f
-We keep the selected variables for display intact from one dataset to another if possible. 5779071
-Fix bug in Parser/NXICBinaryParse.m to support files with last incomplete scan. 79ce05c
-Added support for temp02 TEMP string from RBR solo instruments in Parser/readXR620.m. Added some logic improvements. 741c95d
-Fix bug in Parser/SBE19Parse.m for SBE16 files with multiple cast date in timeSeries mode. We actually only care about the first cast date in this case. c559158
-Replace all occurences of eMII and eMarine Information Infrastructure by AODN and Australian Ocean Data Network. 3b14a4a
-Added parser to JFE Infinity ACLW-USB logger. Updated copyright date to 2016. ff0fb5e
-Increment toolbox version and update binaries accordingly. 496e1e7
IMOS Toolbox v2.5.13 - 23 June 2016
Changes from 2.5.12:
-Parser for NetCDF files should re-initialise the toolbox_input_file global attribute. 338bb3b
-readParadoppBinary used by Nortek parsers does not stop anymore when facing a check sync error. Instead it continues to the next byte. 17dfe9b
-Fix typo in imosRateOfChangeQC.m when invalid threshold expression is found. 1f2a892
-Fix bug in AutomaticQC/qcFilterPrep.m which prevented imosRateOfChangeQC test from being used twice in a row. a799eb8
-Increment toolbox version and update binaries accordingly. b587e6d
IMOS Toolbox v2.5.12 - 10 June 2016
Changes from 2.5.11:
-Fix .csv deployment database issues when trying to access sensor information in profile mode. Fix .csv issues when running in batch/auto mode. 5f6aa19
-Fix bug in GUI/dataFileStatusDialog.m that would not sort instruments by depth properly (for timeSeries mode) when MORE THAN one of them has its nominal depth not documented. 7ad5f7e
-Menu plots now offer to either plot all data, or data with qc flags good/probably good AND not quality controlled. 70c7ebb
-Fix bug when clicking on 2D plot, the section plot generated would not be from the selected dataset but from the first in the list. b83161b
-Got rid of multiple lineStyles for menu plots of type line for better readability. 465e722
-Add support to number arrays in attributes. 7a374a2
-Modifications for plots from the menu: dates in data cursor are of similar format to the format used on x axis, dateticks in x axis are consistently spaced whichever zoom level. 454e00b
-Increment toolbox version and update binaries accordingly. ac2e991
IMOS Toolbox v2.5.11 - 31 May 2016
Changes from 2.5.10:
-Missed one last switch / case on mode values to use explicit cases. a07e586
-Fix bug with not assigned SBE analog output that would still be present in the .cnv file. They are now ignored. ddb3ff4
-Fix bug when .csv ddb is not working in profile mode. Simplify the .csv configuration case via property toolbox.ddb only (no need to use toolbox.ddb.connection anymore, the directory for .csv files is set straight in toolbox.ddb). a827fb0
-Increment toolbox version and update binaries accordingly. d5ac708
See branch 2.5 for access to critical fix.
IMOS Toolbox v2.5.10 - 30 May 2016
Changes from 2.5.9:
-Fix plotting issue when using more than 2 monitors. 63bb4ca
-imosVerticalVelocityQC test can now also QC any WCUR variable like the WCUR_2 from Nortek Signature ADCPs (vertical beam). c3dbad9
-Diagnostic QC graphs can handle any WCUR variable like WCUR_2 from Nortek Signature ADCPs (vertical beam). 551eedf
-Mode is now case sensitive. Mode values are not referenced in commented code anymore. Switch / case on mode values now uses explicit case options (no otherwise anymore). Hard coded mode values avoided when possible. b29e047
-Fix for imosRegionalRangeQC which should not check whether site is found in imosSites.txt. 22056f0
-Add util updateIf useful for NetCDF templates configuration. a11f603
-Fix bug in GUI/dataFileStatusDialog.m that would not sort instruments by depth properly (for timeSeries mode) when one of them has its nominal depth not documented. 94cccf9
-Increment version to 2.5.10 and update relevant binaries. 1c10a87
See branch 2.5 for access to critical fix.
IMOS Toolbox v2.5.9 - 13 May 2016
Changes from 2.5.8:
-Tidy up some awkward code (Gordon Keith contribution 04/05/2016) 43b25f0
-Add support for Wetlabs ECO PARSB instrument in the ECOTriplet parser.
-ECO parsers (Triplet, BB9 and WetStar) use the common function convertECOrawVar to convert data from count to engineering units.
-ECO parsers now document calibration information in variable attributes.
-ECO Triplet parser is not replacing count value 4130 by NaN anymore. 1c2b52d
-Increment to version 2.5.9 and add updated binaries. 647ec77
See branch 2.5 for access to critical fix.