-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor hit_l1a.py to use packet_file_to_datasets function #828
Refactor hit_l1a.py to use packet_file_to_datasets function #828
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 112a26c - Browse repository at this point
Copy the full SHA 112a26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ef12c - Browse repository at this point
Copy the full SHA b5ef12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6cc90 - Browse repository at this point
Copy the full SHA cb6cc90View commit details -
Finalize housekeeping l1a updates and set up start for science data
-Add function to handle concatenating leak_i variables. -Drop variables from housekeeping dataset that aren't needed for the CDF product. -Update dimensions and add attributes to the housekeeping Dataset. -Delete create_datasets function since packet_file_to_datasets. creates xarray datasets and those just need to be updated. This will happen in housekeeping and science data processing functions. -Add function to process science data (WIP). -Clean up code and add/update docstrings and comments.
Configuration menu - View commit details
-
Copy full SHA for e6befe5 - Browse repository at this point
Copy the full SHA e6befe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd4d18 - Browse repository at this point
Copy the full SHA 8dd4d18View commit details -
Update unit tests for refactored hit_l1a.py.
hit_l1a.py was refactored to use the packet_file_to_datasets function. The unit tests were updated to reflect changes. -Added new fixtures for attributes manager, datasets dict, and housekeeping dataset. -Added new tests for new functions (concatenating leak_i data and processing housekeeping). -Added additional assertions for housekeeping dataset.
Configuration menu - View commit details
-
Copy full SHA for 6f5c63a - Browse repository at this point
Copy the full SHA 6f5c63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a7852 - Browse repository at this point
Copy the full SHA 98a7852View commit details -
Delete test for housekeeping data class. Need to delete the data clas…
…ses, but only after hit_l1b is refactored not to use it
Configuration menu - View commit details
-
Copy full SHA for ac78b25 - Browse repository at this point
Copy the full SHA ac78b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197132e - Browse repository at this point
Copy the full SHA 197132eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86062ca - Browse repository at this point
Copy the full SHA 86062caView commit details -
Add adc_channels as a parameter to the function that concatenates the…
… leak_i variables to assign as a dimension. Also change dims to a dict from a list since assign_coords takes in a dictionary
Configuration menu - View commit details
-
Copy full SHA for 9a0debd - Browse repository at this point
Copy the full SHA 9a0debdView commit details -
Update test for concatenating leak_i variables to take in new paramet…
…er. Also add assertion to check values are correct
Configuration menu - View commit details
-
Copy full SHA for 19fec46 - Browse repository at this point
Copy the full SHA 19fec46View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d77f36 - Browse repository at this point
Copy the full SHA 1d77f36View commit details