Skip to content

I-ALiRT - bugfix for CoDICE data structure#2869

Merged
laspsandoval merged 5 commits into
IMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25
Apr 6, 2026
Merged

I-ALiRT - bugfix for CoDICE data structure#2869
laspsandoval merged 5 commits into
IMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25

Conversation

@laspsandoval
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

TODO: need test data.

@laspsandoval laspsandoval marked this pull request as draft March 25, 2026 22:50
@laspsandoval laspsandoval moved this to In Progress in IMAP Mar 31, 2026
@laspsandoval
Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@laspsandoval laspsandoval marked this pull request as ready for review April 1, 2026 20:37
@tech3371 tech3371 modified the milestones: March 2026, April 2026 Apr 6, 2026
Copy link
Copy Markdown
Contributor

@tech3371 tech3371 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laspsandoval laspsandoval merged commit 3d5ceae into IMAP-Science-Operations-Center:dev Apr 6, 2026
14 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in IMAP Apr 6, 2026
@laspsandoval laspsandoval deleted the codice_bugfix_2026_03_25 branch April 6, 2026 17:53
sapols pushed a commit to sapols/imap_processing that referenced this pull request Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants