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

Implement packet_file_to_datasets function for CoDICE #804

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 21, 2024

  1. Configuration menu
    Copy the full SHA
    64467be 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
  7. Merge branch 'codice-l1-unpacking' of github.com:bourque/imap_process…

    …ing into codice-packet-file-to-dataset
    bourque committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    61c8233 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Updated branch

    bourque committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5126d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e46d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907439a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10ba2fa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of github.com:IMAP-Science-Operations-Center/imap_…

    …processing into codice-packet-file-to-dataset
    bourque committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    187d3d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c55c8e0 View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    bourque committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0a19ca2 View commit details
    Browse the repository at this point in the history
  8. Fixed doc build error

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

Commits on Sep 3, 2024

  1. Addressed review comments

    bourque committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    940348a View commit details
    Browse the repository at this point in the history