Skip to content

Commit 605e2f5

Browse files
committed
docs(ephys): correct JSON metadata filename convention
Update microelectrode electrophysiology documentation to use the correct file suffixes `*_ecephys.json` or `*_icephys.json` instead of the generic `*_ephys.json` to match the actual naming convention for extracellular and intracellular electrophysiology metadata files.
1 parent a557abb commit 605e2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modality-specific-files/microelectrode-electrophysiology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ We propose to store all metadata that is not directly related to one of the othe
114114

115115
There should be one such JSON file for each data file.
116116

117-
The `*_ephys.json` file can be used to store any microephys-specific metadata for the dataset. We recommend storing all setup-related metadata in a dedicated node of the JSON file called `Setup`.
117+
The `*_ecephys.json` or `*_icephys.json` file can be used to store any microephys-specific metadata for the dataset. We recommend storing all setup-related metadata in a dedicated node of the JSON file called `Setup`.
118118
We recommend using the following keys to describe the setup:
119119

120120
### Institution Information

0 commit comments

Comments
 (0)