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

[WIP] HIT L0 Science Data Decom #815

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3519dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b977d63 View commit details
    Browse the repository at this point in the history
  3. Add TODOs

    vmartinez-cu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    56704c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13305b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37b4cbc View commit details
    Browse the repository at this point in the history
  6. WIP - add error handling for bad science frames. remove loop in packe…

    …t_file_to_datasets that just returned dataset with two packets used for initial testing and work around for issues identified in ccsds file. replace ccsds sample file
    vmartinez-cu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    17f6bc1 View commit details
    Browse the repository at this point in the history
  7. Clean up docstrings and comments. Rename variables for clarity. Add f…

    …unction to update ccsds header fields to use sc_tick dimension. Replace default epoch dimension with new epoch data array with times per science frame rather than per packet
    vmartinez-cu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c4c4532 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf937f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    22c5d80 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    d500e79 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    76a61c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97cd91b View commit details
    Browse the repository at this point in the history
  3. Update approach for grouping packets to use numpy's sliding windows m…

    …ethod to find packets that match a grouping flags pattern. Added smaller functions for readability
    vmartinez-cu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6d29f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    f5439fa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    121f38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81e8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e217870 View commit details
    Browse the repository at this point in the history
  4. Add housekeeping specific xtce file back into repo since it's needed …

    …for housekeeping l1b tests. Will be removed later after hit_l1b.py is refactored.
    vmartinez-cu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fdab28d View commit details
    Browse the repository at this point in the history