This pull request adds support for resampling cuts to a new sample rate. This is needed in the multipass mapmaking support, where we want to be able to change the sample rate between different passes.
It also cleans up an unnecessary ndet argument in the internal cuts implementation details, which doesn't change the interface.
Finally, it replaces some tabs with whitespace in the same file.
This pull request adds support for resampling cuts to a new sample rate. This is needed in the multipass mapmaking support, where we want to be able to change the sample rate between different passes.
It also cleans up an unnecessary
ndet
argument in the internal cuts implementation details, which doesn't change the interface.Finally, it replaces some tabs with whitespace in the same file.