Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Nov 1, 2023
1 parent 613ae47 commit a05cabc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/yaml_mapping.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Yaml Input|NWBfile Location|Description|Data Type|
|Yaml Input|NWBfile Location|Description|Data Type|
| :--- | :----: | ---: | ---:|
| __General__ |
| Experimenter Name| file.experimenter | |_tuple -> str_, Dandi format: lastName, firstName |
Expand All @@ -7,7 +7,7 @@
| Experiment Description | file.experiment_description | |_str_|
| Session Description | file.session_description | |_str_|
| Session ID | file.session_id | |_str_|
| Keywords | ????? |
| Keywords | ????? |
|__Subject__|
| Description | file.subject.description | Description of subject and where subject came from (e.g., breeder, if animal) |_str_|
| Species | file.subject.species | |_str_|
Expand Down Expand Up @@ -56,11 +56,11 @@
| Name |
|__Electrode Groups__|
| ID | Names the electrodeGroup (Name = str(id)) | typically a number| _str_
| Location | ??? |
| Location | ??? |
| Device Type | file.electrode_groups[Name].device_type | Used to match to probe yaml data|_str_|
| Description | file.electrode_groups[Name].description ||_str_|
| Targeted Location | file.electrode_groups[Name].location | Where device is implanted | _str_ |
| ML from Bregma |
| AP from Bregma |
| DV to Cortical Surface |
| Units | file.electrode_groups[Name].units | Distance units defining positioning | _str_|
| Units | file.electrode_groups[Name].units | Distance units defining positioning | _str_|

0 comments on commit a05cabc

Please sign in to comment.