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

CoDICE L1 decompression and unpacking data updates #762

Merged

Commits on Aug 20, 2024

  1. Updated decompression algorithm to read in a binary string instead of…

    … individual integer values
    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0f22478 View commit details
    Browse the repository at this point in the history
  2. Removed collapse table lookup, as the info needed for these is instea…

    …d "hard coded" into the configuration dictionary; Added spin sector config variable
    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    caf55ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9cb30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f81bef View commit details
    Browse the repository at this point in the history
  5. Fixed mypy errors

    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7ae84a4 View commit details
    Browse the repository at this point in the history
  6. Fixed mypy errors

    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dc2602c View commit details
    Browse the repository at this point in the history
  7. Fixed mypy errors

    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    953c10c View commit details
    Browse the repository at this point in the history
  8. Fixed doc build errors

    bourque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    69814da View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Updated expected array shapes

    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4e9252f View commit details
    Browse the repository at this point in the history
  2. Avoiding bitarray dependency

    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c7a8d09 View commit details
    Browse the repository at this point in the history
  3. Added instrument config key to make some conditional areas of the pro…

    …cessing pipeline a bit more readable; added proper numbers for positions/energies/spin_sectors
    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9bfb816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c425910 View commit details
    Browse the repository at this point in the history
  5. Added further unpacking of science data to properly restructure data …

    …arrays by positions, spin_sectors, and energies
    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a21727c View commit details
    Browse the repository at this point in the history
  6. fixed doc build error

    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    38704da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Addressed review comments

    bourque committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4d58231 View commit details
    Browse the repository at this point in the history