You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/Hardware Guide/Breakout Board/setup.rst
+2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
Breakout Board Guide
4
4
#########################
5
5
6
+
.. warning:: Always make sure the PC is powered off **before** connecting or disconnecting the Breakout Board. Neglecting to do this will damage the PCIe Host.
7
+
6
8
Setup
7
9
-------------------------
8
10
The Breakout Board provides access to signals to and from the PCIe host. Each
This example workflow shows how the data streams produced by
6
+
:ref:`headstage_neuropix1e` can be acquired and saved, as well as used for commutation. Each group workflow at the top
7
+
level contains acquisition code for a different sensor on the headstage. A probe visualizer is included.
8
+
9
+
.. important:: \Bonsai workflows that contain the :ref:`bonsai_NeuropixelsV1edev` node such as this one will not
10
+
open/load unless the headstage is on. Make sure to configure the headstage port voltage and mode correctly using the :ref:`bonsai_onicontext` node with the parameters for the :ref:`headstage_neuropix1e` before connecting the headstage.
11
+
12
+
.. raw:: html
13
+
14
+
{% with static_path = '../../../_static', name = 'HeadstageNeuropixelsV1e' %}
15
+
{% include 'workflow.html' %}
16
+
{% endwith %}
17
+
18
+
19
+
BNO055 9-Axis IMU
20
+
Absolute orientation measurement of the headstage along with a lot of other information
21
+
22
+
Neuropixels V1.0e Device
23
+
384 channels of extracellular electrophysiology input from 960 selectable neuropixels 1.0 probe electrodes
24
+
25
+
.. note:: \Remember to configure the probe as described in :ref:`bonsai_NeuropixelsV1edev`. To save data, remember to configure and enable the appropriate workflow nodes.
26
+
27
+
Loading Scripts
28
+
--------------------------
29
+
The following script can be used to load the data produced by this workflow in Python (using Numpy):
Copy file name to clipboardexpand all lines: source/Software Guide/Bonsai.ONIX/Nodes/HeadstagePortControlDevice.rst
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
HeadstagePortControlDevice
4
4
===============================
5
+
.. warning:: This node configures hardware parameters when it is placed in a workflow, even if the workflow is not running. Always check voltage configurations before connecting headstages to the system.
6
+
5
7
A `Bonsai source <https://bonsai-rx.org/docs/editor/#toolbox>`__ that wraps a
Copy file name to clipboardexpand all lines: source/Software Guide/Bonsai.ONIX/Nodes/NeuropixelsV1eDevice.rst
+10-6
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ NeuropixelsV1eDevice
4
4
===============================
5
5
6
6
.. important:: To use this device with ONIX hardware, you must first use the :ref:`bonsai_onicontext` configuration GUI to set the headstage port to :ref:`"Passthrough Mode" <bonsai_onicontext_hubsettings>`
7
-
7
+
.. important:: Bonsai workflows that contain this node will not
8
+
open/load unless the headstage is on - Error message: There was an error opening the workflow. Make sure to configure the headstage port voltage and mode correctly using the :ref:`bonsai_onicontext` node with the parameters for the :ref:`headstage_neuropix1e` before connecting the headstage.
9
+
8
10
A `Bonsai source <https://bonsai-rx.org/docs/editor/#toolbox>`__ that wraps a
9
11
Neuropixels 1.0e device.
10
12
@@ -58,10 +60,12 @@ Parameters available through the property pane are as follows:
58
60
59
61
* - RequireSNMatch
60
62
- boolean
61
-
- If true, then require configuration and probe serial numbers to match
62
-
to start acqusition. Keeping this parameter set to True is good
63
+
If True, the configuration and probe serial numbers must match
64
+
to start acquisition. Keeping this parameter set to True is good
63
65
practice because the correct calibration files must be loaded in order
64
66
for the probe to function properly.
67
+
Error message if set to True and not properly configured: Probe and configuration serial numbers do not match.
68
+
65
69
66
70
* - NeuropixelsV1Configuration
67
71
- N/A
@@ -195,14 +199,14 @@ bottom left of the GUI. A progress bar will indicate the upload progress.
195
199
Saving Configurations
196
200
**********************************
197
201
Complete probe configurations can be saved in easy to parse JSON or XML
198
-
formats. These fikes contain complete information about the state of a given
202
+
formats. These files contain complete information about the state of a given
199
203
probe. This includes all calibration file information, active electrodes, gains
200
204
etc, and therefore can be useful metadata during analysis.
Copy file name to clipboardexpand all lines: source/Software Guide/Bonsai.ONIX/Nodes/ONIContext.rst
+4-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
6
6
ONIContext
7
7
===============================
8
+
9
+
.. warning:: This node configures hardware parameters when it is placed in a workflow, even if the workflow is not running. Always check voltage configurations before connecting headstages to the system.
10
+
8
11
A `Bonsai source <https://bonsai-rx.org/docs/editor/#toolbox>`__ that manages a
9
12
:ref:`oni_h_acquisition_context` and allows basic acquisition parameterization.
10
13
There must be at least one of these in every workflow that uses ONIX hardware.
@@ -128,7 +131,7 @@ with a synchronization cable.
128
131
selected *Sync Channel*. Any number of listeners can be assigned to a
129
132
single *Sync Channel*.
130
133
131
-
.. important:: Only the aquisition start trigger is shared from Sources to
134
+
.. important:: Only the acquisition start trigger is shared from Sources to
132
135
Listeners. The acquisition clock may or may not be shared depending on the
133
136
type of host hardware being used. For example, if all hardware consists of
134
137
:ref:`PCIe Hosts <pcie_host>` on the same motherboard, then both start
0 commit comments