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 bitinfo codec #503

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Sep 9, 2024

  1. Draft bitinfo codec

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d7d792 View commit details
    Browse the repository at this point in the history
  2. Fix PEP 8 issues

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e35221b View commit details
    Browse the repository at this point in the history
  3. Fixing bugs

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a97f7e8 View commit details
    Browse the repository at this point in the history
  4. Bugfix; now it works

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f884113 View commit details
    Browse the repository at this point in the history
  5. Fix Codec.__init__

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c04a6e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03128f6 View commit details
    Browse the repository at this point in the history
  7. Add basic tests

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    11ef603 View commit details
    Browse the repository at this point in the history
  8. Linting

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f2e2394 View commit details
    Browse the repository at this point in the history
  9. Revert info_per_bit tolerance to 1.5

    The xbitinfo implementation uses a tolerance factor of 1.5. I lowered the tolerance to 1.1, because I was getting poor results with my test data, but it was pointed out that the problem was that my test data were quantized. Quantization is an open issue with xbitinfo too, and we should address it first there, then patch the codec.
    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6b6fa4f View commit details
    Browse the repository at this point in the history
  10. Remove float128 test

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    673d86b View commit details
    Browse the repository at this point in the history
  11. Add usage example

    thodson-usgs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    157c57c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45ab3c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78f93e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    385c407 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    50dcea9 View commit details
    Browse the repository at this point in the history