Skip to content

Commit 8b47fc5

Browse files
committed
Add information on probe interface files
1 parent fd16599 commit 8b47fc5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

articles/hardware/rhs2116/gui.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,28 @@ easily switch between different configurations between recordings.
259259
To load a [ProbeInterface](#probeinterface) JSON file, navigate to the File drop-down menu and
260260
select `Channel Configuration → Load Channel Configuration`. This will open a file dialog window;
261261
browse to the existing JSON file, select it and press `Open` to load the channel configuration. The
262-
new probe shape will be loaded and drawn, with the enabled electrodes highlighted as usual.
262+
new probe shape will be loaded and drawn.
263263

264264
> [!NOTE]
265265
> When loading a new configuration, the total number of electrodes must match the existing
266-
> configuration, and the number of enabled electrodes must match.
266+
> configuration.
267+
268+
Using this menu option, any arbitrary ProbeInterface JSON file can be uploaded, as long as it meets
269+
the criteria listed in the note; the number of electrodes must equal 32, which is the number of
270+
electrodes used by the `Rhs2116` headstage. It is recommended to browse the
271+
[probeinterface_library](https://github.com/SpikeInterface/probeinterface_library) repository to see
272+
if a file already exists for the probe being utilized. If no probe file exists, it is also possible
273+
to create a new file by following the [example
274+
provided](https://probeinterface.readthedocs.io/en/main/examples/ex_01_generate_probe_from_sratch.html)
275+
by SpikeInterface, exporting the new probe group as a JSON file, and uploading it to the GUI here.
276+
277+
Below are some examples of what different probes might look like when they are uploaded:
278+
279+
![Neuronexus A1x32-Poly3-10mm-50-177](../../../images/rhs2116-gui-tut/probeinterface-neuronexus-a1x32.png){width=200px}
280+
Neuronexus A1x32-Poly3-10mm-50-177 probe
281+
282+
![Cambridge Neurotech ASSY-116-H7b](../../../images/rhs2116-gui-tut/probeinterface-cambridge-assy-116-H7b.png){width=200px}
283+
Cambridge Neurotech ASSY-116-H7b
267284

268285
## Load default configuration
269286

Loading
Loading

0 commit comments

Comments
 (0)