@@ -259,11 +259,28 @@ easily switch between different configurations between recordings.
259
259
To load a [ ProbeInterface] ( #probeinterface ) JSON file, navigate to the File drop-down menu and
260
260
select ` Channel Configuration → Load Channel Configuration ` . This will open a file dialog window;
261
261
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.
263
263
264
264
> [ !NOTE]
265
265
> 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
267
284
268
285
## Load default configuration
269
286
0 commit comments