Skip to content

BUG - Lo L1a DE dimension mismatch #2650

@greglucas

Description

@greglucas

Description of the issue

In the l1a-de file for Lo there is a mismatch between epoch and shcoarse that shouldn't be there. This causes the l1b-de job to fail because it calls np.repeat(l1a["shcoarse"], l1a["num_events"]), but num_events is of length epoch (204) and shcoarse is of length 612 (repeated 3 times?).

We likely need to go back and reprocess l1a data for this date and see if it produces the bad dates still, or if this is an artifact of previous processing dates before we did the large refactor of l1a event handling.

Dimensions:              (epoch: 204, direct_events: 535741, shcoarse: 612)
Coordinates:
  * shcoarse             (shcoarse) uint32 2kB 499860578 499860578 ... 499946476
  * epoch                (epoch) int64 2kB 815436644730736000 ... 81552254265...

Steps to reproduce the issue

imap_cli --instrument lo --data-level l1b --descriptor de --start-date 20251103 --version v001 --dependency imap_lo_l1b_de-58101a0f_20251103-repoint00037_v001.json  --repointing repoint00037

Expected behavior (What should happen)

No response

Actual behavior (What does happen)

No response

Code Snippet:

Code

Additional notes, affected areas, and suggested fixes

No response

Metadata

Metadata

Assignees

Labels

Ins: LoRelated to the IMAP-Lo instrumentLevel: L1Level 1 processingbugSomething isn't working

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions