Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/probeinterface/neuropixels_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ def _parse_imro_string(imro_table_string: str) -> dict:
# Parse header fields using the catalogue schema
imro_header_fields_string = probe_features["z_imro_formats"][imro_format + "_hdr_flds"]
imro_header_fields = tuple(imro_header_fields_string.replace("(", "").replace(")", "").split(","))

Comment thread
chrishalcrow marked this conversation as resolved.
Outdated
# Initialize with parsed header and empty lists for per-entry fields (filled below).
# For Phase3A (3-field header), zip silently drops the extra value, which is correct.
imro_per_channel = {"header": dict(zip(imro_header_fields, header_values))}
Expand Down
Loading
Loading