Fix snr calculation
Master is failing an integration test when reconstructing SNRs.
This MR resolves that by changing the namedtuple
to a full class using attrs
. This technically adds a new requirement, but in practice this is already required by other packages we use.