Skip to content

AST-769 Add channel_index_offset in DeconvolutionTable

Maik Nijhuis requested to merge ast-769-non-zero-first-channel-index into master

The assumption that channel indices always start at 0 was invalid. The DeconvolutionTable can now compensate for this condition using an extra channel_index_offset setting.

Merge request reports