Skip to content

I-ALiRT - remove duplicates#2674

Merged
laspsandoval merged 3 commits intoIMAP-Science-Operations-Center:devfrom
laspsandoval:ingest_update
Feb 9, 2026
Merged

I-ALiRT - remove duplicates#2674
laspsandoval merged 3 commits intoIMAP-Science-Operations-Center:devfrom
laspsandoval:ingest_update

Conversation

@laspsandoval
Copy link
Contributor

@laspsandoval laspsandoval commented Feb 6, 2026

Change Summary

Overview

The script calculate_ingest.py is meant to parse the log files and return information on when packets are ingested as a function of station. This is then used to help provide info to stations to understand if their ingest has been successful. However, it was appearing like this:

"Kiel": {
"last_data_received": [ "2026-02-06T14:54:01Z",
"2026-02-06T14:54:01Z",
"2026-02-06T14:54:01Z",
"2026-02-06T14:54:01Z",
"2026-02-06T14:54:01Z"]

With many unwanted duplicates. This PR removes those duplicate values.

Also I did a quick fix for CoDICE because they wanted more floating points in their data product.

Updated Files

  • calculate_ingest.py
    • Removed duplicates
  • process_codice.py
    • Changed floating points

@laspsandoval laspsandoval self-assigned this Feb 6, 2026
@laspsandoval laspsandoval requested a review from lacoak21 February 6, 2026 20:22
@laspsandoval laspsandoval added this to the February 2026 milestone Feb 6, 2026
@laspsandoval laspsandoval requested a review from sdhoyt February 9, 2026 16:07
@laspsandoval laspsandoval merged commit 521b05c into IMAP-Science-Operations-Center:dev Feb 9, 2026
13 of 14 checks passed
@laspsandoval laspsandoval deleted the ingest_update branch February 9, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants