-
Notifications
You must be signed in to change notification settings - Fork 2
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
CCSDS image data compression module #16
Labels
enhancement
New feature or request
Comments
I've attempted to push my current progress under a /bpe repo within /olaf. I've begun the Python binding (binding.cpp) in earnest, but all of the other code should function properly. |
Closed
This was moved to it's own repo: oresat/libbpe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 3 of 5 OreSat Linux cards are camera cards, we should have a common image compression module.
CCSDS has a Image Data Compression Blue Book
It would be great to find a C, C++, or Rust library that implement this standard, that could be binded to Python and include in this framework (a pure Python module may be too slow).
The text was updated successfully, but these errors were encountered: