Skip to content

Line subtraction gating bug fix

This MR fixes the incorrect typecasting of the channel used to gate the noise subtraction transfer function calculation (issue #32 (moved)). Formerly this channel was being read as unsigned integers. Now, it is being read as signed integers.

Merge request reports