-
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
Mag l1b CDF cleanup #1173
Mag l1b CDF cleanup #1173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments
imap_processing/mag/l0/decom_mag.py
Outdated
@@ -129,7 +129,7 @@ def generate_dataset( | |||
direction.astype(str), | |||
name="direction_label", | |||
dims=["direction_label"], | |||
attrs=attribute_manager.get_variable_attributes("direction_label"), | |||
attrs=attribute_manager.get_variable_attributes("direction_label", check_schema=False), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool. Glad that is an option in SAMMI!
Do you think this special case of metadata type for LABL_PTR_i
attribute will be added to SAMMI in the near future? Because I think that's a standard from SPDF and we use it heavily and new mission may need to in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's next up on my list to add, just have some other priorities to finish first! Long term I definitely want to fix up LABL_PTR_i.
Co-authored-by: Tenzin Choedon <[email protected]>
8d1ad62
into
IMAP-Science-Operations-Center:dev
Change Summary
Fixing some ISTP and write_cdf bugs in MAG, shoring up the label variables, and generally making it so the code actually runs again.
Overview
Lots of fiddly CDF changes.