Skip to content

Commit

Permalink
move general metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Dec 3, 2024
1 parent b1bfda2 commit b90a550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Ecephys:
- name: DeviceEcephys
description: OpenEphys recording
ElectrodeGroup:
- name: "0"
- name: ElectrodeGroup
description: The electrode group on the Neuropixels probe.
location: LO
device: DeviceEcephys
electrical_series:
name: electrical_series
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def session_to_nwb(
)

# Update default metadata with the editable in the corresponding yaml file
editable_metadata_path = Path(__file__).parent / "schierek_embargo_2024_metadata.yaml"
editable_metadata_path = Path(__file__).parent / "schierek_embargo_2024_general_metadata.yaml"
editable_metadata = load_dict_from_file(editable_metadata_path)
metadata = dict_deep_update(metadata, editable_metadata)

Expand Down

0 comments on commit b90a550

Please sign in to comment.