Skip to content

Commit

Permalink
Fix pynwb docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 30, 2024
1 parent 37f6e8f commit 4f54825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tools/visiomode/visiomode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Visiomode stores behavioural data under ``trials`` (`docs <https://pynwb.readthe
- ``correction``: whether the trial was a correction trial (if using)
- ``sdt_type``: signal detection theory classification of trial in visual discrimination tasks (if using)

The exported NWB file can then be combined with neurophysiological recordings by linking recording data from different files `as described in the NWB documentation <https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/linking_data.html#sphx-glr-tutorials-advanced-io-linking-data-py>`_. Please take care to synchronize the timestamps of the behavioural and neurophysiological data before linking them, by recalculating the timestamps relative to the reference time of the behaviour file. For example:
The exported NWB file can then be combined with neurophysiological recordings by linking recording data from different files `as described in the NWB documentation <https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/plot_linking_data.html#sphx-glr-tutorials-advanced-io-linking-data-py>`_. Please take care to synchronize the timestamps of the behavioural and neurophysiological data before linking them, by recalculating the timestamps relative to the reference time of the behaviour file. For example:

.. code-block:: python
Expand Down

0 comments on commit 4f54825

Please sign in to comment.