You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle missing keys and alternate time formats in DM extractor
Fixes KeyError when DM3/DM4 files lack a 'Name' key in ImageTags.
Fixes time parsing for 24-hour format timestamps.
Fixes KeyError in utils._set_eels_processing() for TagGroups
(e.g. "Summing") that don't have an "Operation" key.
Fixed `KeyError` exceptions in the DM3/DM4 extractor for files missing a `Name` key, 24-hour timestamps, and EELS TagGroups without an `Operation` key.
0 commit comments