Skip to content

I-ALiRT - bugfix for CoDICE data structure#2869

Draft
laspsandoval wants to merge 1 commit intoIMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25
Draft

I-ALiRT - bugfix for CoDICE data structure#2869
laspsandoval wants to merge 1 commit intoIMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25

Conversation

@laspsandoval
Copy link
Contributor

This pull request makes a targeted fix to the l1a_ialirt_hi function in codice_l1a_ialirt_hi.py, specifically correcting the order of axes in the transpose operation before reshaping the decompressed data. This change ensures that the data is correctly aligned for further processing.

Data transformation correction:

  • Changed the axis order in the transpose call from (0, 2, 1, 3, 4) to (0, 2, 1, 4, 3) when processing decompressed_data, which fixes the dimensional arrangement before reshaping.

@laspsandoval laspsandoval self-assigned this Mar 25, 2026
@laspsandoval laspsandoval added this to the March 2026 milestone Mar 25, 2026
@laspsandoval
Copy link
Contributor Author

TODO: need test data.

@laspsandoval laspsandoval marked this pull request as draft March 25, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant