Skip to content

IMOS Toolbox v2.5.29 - 12 Jul 2017

Compare
Choose a tag to compare
@ggalibert ggalibert released this 12 Jul 05:14
· 168 commits to 2.5 since this release

Changes from 2.5.28:

  • Fix unintialized struct in readWQMdata when density needs to be computed to get DOX2 and there is conductivity but no salinity. psal was previous used as type real, but when returning from gsw_SP_from_R you are trying to create a struct. 86f7e67
  • variableOffsetPP can now store specific offsets/scales in .ppp files for re-processing. variableOffsetPP.txt file is not used at all anymore. An extra column shows (when possible) the differences with the nearest instrument on the mooring (offset). 6401445
  • In depthPP, when reset parameters via GUI, the pp file is not deleted anymore, instead the fields in the structure belonging to depthPP routine are deleted. Labels on button for resetting to default or last saved mappins have been updated for clarity. aefa41f
  • Fix readDatasetParameter to output the default value given in input when the parameter needed to be retrieved doesnt exist. b14d543
  • Fix typo in writeDatasetParameter for the handling of .ppp files. f528c80
  • Update CF standard name from v27 to v45. 6877694 /!\ When doing a git pull, this is likely to produce a conflict with your NetCDF/template/global_attribute_timeSeries.txt and NetCDF/template/global_attribute_profile.txt files/!\ See example on how to solve a conflict with git.
  • Change returning imosToolbox('version') logic so that we dont bother setting paths. If user is only calling imosToolbox to get the version string don't bother setting paths etc. 6ca99bc
  • Fix flag_values variable attribute values for SPCT IMOS paramter in NetCDF/template/spct_attributes.txt. 67e6c99
  • Fix GUI error about qcParam in graphTimeSeriesGeneric, graphDepthProfileGeneric and graphXvYGeneric when two distinct datasets come from the same file name. be90f10
  • Updated imosImpossibleDepthQC to consider adding zNominalMargin (default value is 15m) to the site_nominal_depth as a possible maximum depth rather than adding 20% of the site_nominal_depth. This is to be able to deal with shallow sites that can face large tides (ex. DARWIN). 924d048
  • Fix change introduced in v2.5.25 on graphDepthProfile. In profile mode, any data with depth >=0 should be displayed. In timeSeries mode, the Y limits are chosen (biggest range based on good data only) so that they can be applied consistently across graphs. bdce59c
  • Increment version to v2.5.29 and update binaries accordingly. 7fd08a6