aodn / imos-toolbox

Graphical tool for QC'ing and NetCDF'ing oceanographic datasets
GNU General Public License v3.0
46 stars 31 forks source link

feat(bugfix): correct ADCP tilt flag broadcasting, fixes #680 #678

Closed ocehugo closed 4 years ago

ocehugo commented 4 years ago

When adding support to current meters in TiltQC, I implemented wrong assignment logic to the flags that broke ADCP processing (multi dimensional flags).

The problem was not picked up by adcp testing because those tests were also wrongly based on current meter templates, and the pitch/roll dimensions were wrongly assigned and bypassed proper evaluations.

ocehugo commented 4 years ago

ping @lbesnard