simonsobs / so3g

Development area for SO-specific G3-compatible code.
Other
7 stars 2 forks source link

Cuts resampling support (used by multiplass mapmaking) #160

Closed amaurea closed 10 months ago

amaurea commented 10 months ago

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.