Skip to content

Commit

Permalink
Update UsingNWB.md to fix task location in NWB file (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Oct 2, 2024
1 parent 460c242 commit 3e0fc21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/ForDevelopers/UsingNWB.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ hdmf.common.table.DynamicTable </b>
| Spyglass Table | Key | NWBfile Location | Config option | Notes |
| :------------- | :--------------: | -----------------------------------------------: | ------------: | ----: |
| Task | task_name | nwbf.processing.tasks.\[index\].name | | |
| Task | task_description | nwbf.processing.\[index\].tasks.description | | |
| TaskEpoch | task_name | nwbf.processing.\[index\].tasks.name | config\["Tasks"\]\[index\]\["task_name"\]| |
| TaskEpoch | camera_names | nwbf.processing.\[index\].tasks.camera_id | config\["Tasks"\]\[index\]\["camera_id"\] | |
| TaskEpoch | task_environment | nwbf.processing.\[index\].tasks.task_environment | config\["Tasks"\]\[index\]\["task_environment"\] | |
| Task | task_description | nwbf.processing.tasks.\[index\].description | | |
| TaskEpoch | task_name | nwbf.processing.tasks.\[index\].name | config\["Tasks"\]\[index\]\["task_name"\]| |
| TaskEpoch | camera_names | nwbf.processing.tasks.\[index\].camera_id | config\["Tasks"\]\[index\]\["camera_id"\] | |
| TaskEpoch | task_environment | nwbf.processing.tasks.\[index\].task_environment | config\["Tasks"\]\[index\]\["task_environment"\] | |

<b> NWBfile Location: nwbf.units </br> Object type: pynwb.misc.Units </b>

Expand Down

0 comments on commit 3e0fc21

Please sign in to comment.