Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 2-bit filterbanks #25

Closed
telegraphic opened this issue Dec 13, 2017 · 1 comment
Closed

Add support for 2-bit filterbanks #25

telegraphic opened this issue Dec 13, 2017 · 1 comment

Comments

@telegraphic
Copy link
Contributor

2-bit is used by HITRUN archival data. Currently only 8-bit, 16-bit and 32-bit supported. We have some code to unpack 2-bit data to a numpy datatype:
https://github.com/UCBerkeleySETI/blimpy/blob/master/blimpy/utils.py#L45

But this currently isn't actually called anywhere. Adding it in should be relatively straightforward.

@telegraphic
Copy link
Contributor Author

Initial support added in 0f73161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant