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

Separate IDEX L1 into L1a and L1b #831

Merged

Conversation

bourque
Copy link
Collaborator

@bourque bourque commented Sep 12, 2024

The IDEX team informed us that they expect separate L1a and L1b data products (with the L1b data products being basically the same as the L1a data products, only converted from DN to pC). This PR makes various changes in order to distinguish between the two levels. Changes to create L1b products will be made in a separate PR.

I also took this PR as an opportunity to move the idex_l0.py and idex_l1[a|b].py modules into the same directory. In my opinion, keeping L0 and L1 code in separate subpackages is overkill.

@bourque bourque added Ins: IDEX Related to the IDEX instrument Level: L1 Level 1 processing labels Sep 12, 2024
@bourque bourque requested review from anamanica and a team September 12, 2024 16:45
@bourque bourque self-assigned this Sep 12, 2024
@bourque bourque requested review from greglucas, subagonsouth and tech3371 and removed request for a team September 12, 2024 16:45
@bourque
Copy link
Collaborator Author

bourque commented Sep 12, 2024

Closes #832

@bourque bourque linked an issue Sep 12, 2024 that may be closed by this pull request
Copy link
Collaborator

@greglucas greglucas left a comment

Choose a reason for hiding this comment

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

I agree, this is a nicer organization.

@@ -21,7 +21,7 @@ The general filename convention is as follows::
* CoDICE: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
* GLOWS: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3a``, ``l3b``, ``l3c``, ``l3d``
* HIT: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
* IDEX: ``l0``, ``l1``, ``l2``, ``l3``
* IDEX: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to update the sds-data-manager repo with this as well for the dependency graph? If so, can you open an issue for that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yes, good call.

@bourque bourque merged commit 0a9820d into IMAP-Science-Operations-Center:dev Sep 16, 2024
17 checks passed
@bourque bourque deleted the idex-separate-l1a-and-l1b branch September 16, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ins: IDEX Related to the IDEX instrument Level: L1 Level 1 processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDEX: Distinguish between L1a and L1b data products
2 participants