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/pinpoint/tutorials/tutorial_api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ they will not run in the web browser.
12
12
1. Launch Open Ephys and connect to or simulate one or more probes using the Neuropix-PXI plugin.
13
13
2. Make sure at least one [Probe Viewer](https://open-ephys.github.io/gui-docs/User-Manual/Plugins/Probe-Viewer.html#probe-viewer) plugin is in your signal chain. If you don't see the Probe Viewer in your processor list, you can add it via the Plugin Installer (Probe Viewer version ≥0.3.1 is needed to interface with Pinpoint).
14
14
3. Make sure the HTTP Server is enabled in Open Ephys ("File > Enable HTTP Server" should have a checkmark next to it).
15
-
4. In Pinpoint, press \[ESC\] to open the settings menu and navigate to the "API" tab
15
+
4. In Pinpoint, press <kbd>ESC</kbd> to open the settings menu and navigate to the "API" tab
16
16
5. In the "OpenEphys API" section, make sure the IP address matches that of the machine running Open Ephys. If Pinpoint is running on the same computer, this will be "localhost". The port number will always be 37497.
17
17
6. Toggle the API on
18
18
7. In the probe matching list on the right, you should see each of your Pinpoint probes. Use the dropdown menus to link each probe to its corresponding name in Open Ephys.
@@ -29,7 +29,7 @@ Make sure that your SpikeGLX version is updated, you'll need a 202306 or later v
29
29
2. Launch SpikeGLX
30
30
3. In the Options > Command server Settings menu, make sure that *Enable Remote Command Server* option is checked.
31
31
4. Start a **New Acquisition**, using existing data in simulation or a live probe. Note that the *Open File Viewer* option does not work with the API.
32
-
5. In Pinpoint, press \[ESC\] to open the settings menu and navigate to the "API" tab
32
+
5. In Pinpoint, press <kbd>ESC</kbd> to open the settings menu and navigate to the "API" tab
33
33
6. Make sure the location of the HelloSGLX file is accurate. Use the file navigator to locate the file if it's wrong.
34
34
7. Toggle the API on. If you see an API Status error, it probably means you didn't turn the command server on, see step 3.
35
35
8. In the probe matching list on the right, you should see each of your Pinpoint probes. Using the dropdown menus, select which SpikeGLX probe ID each probe should be linked to
0 commit comments