AST-1637 Use common::Fields in BdaBuffer
All threads resolved!
All threads resolved!
- Remove the existing
BdaBuffer::Fields
and usecommon::Fields
instead. - Make the fields argument mandatory when creating a BdaBuffer, since there's no obvious default behavior.
Edited by Maik Nijhuis
Merge request reports
Activity
assigned to @mnijhuis-tos
- Resolved by Maik Nijhuis
The code modifications are neat and consistent with the new constructors for
BdaBuffer.h
.I suggest that in every header file implementing BDA functionality, i.e.
BdaBuffer.h, MSBDAReader.h, MSBDAWriter.h, BDAAverager.h, etc.
add a reference to the documentation of Baseline Dependent Averaging (BDA). I found this:docs/doxygen/bda.md
Once I read that documentation, having a DBA reader, writer, steps and buffers made sense. And also the modifications of this merge request.
enabled an automatic merge when all merge checks for 7d71e509 pass
mentioned in commit 86fba922
Please register or sign in to reply