From 3580c53b141d6bf0a49bf146b6ef9c708c71cb39 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Sun, 10 Sep 2023 20:37:02 -0700 Subject: [PATCH 1/3] Update tutorial.md --- source/urchin/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/urchin/tutorial.md b/source/urchin/tutorial.md index 6406687..92a1d33 100644 --- a/source/urchin/tutorial.md +++ b/source/urchin/tutorial.md @@ -1,4 +1,4 @@ -# Tutorial +# Tutorials ## Camera control From 7270f0916ce33b7c89cdaaa6912acd9333490545 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Mon, 11 Sep 2023 10:11:47 -0700 Subject: [PATCH 2/3] Update tutorial.md --- source/pinpoint/tutorial.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/pinpoint/tutorial.md b/source/pinpoint/tutorial.md index 7a15a30..ca4970e 100644 --- a/source/pinpoint/tutorial.md +++ b/source/pinpoint/tutorial.md @@ -190,13 +190,14 @@ To stream the channel data to Open Ephys, follow these instructions: For SpikeGLX, follow these instructions: 1. Download [HelloSGLX](https://github.com/billkarsh/HelloSGLX) and place the folder in a convenient location, e.g. C:/HelloSGLX -2. Launch SpikeGLX and start a new acquisition, using existing data or a live probe -3. Enable the SpikeGLX API -4. In Pinpoint, press \[ESC\] to open the settings menu and navigate to the "API" tab -5. Make sure the location of the HelloSGLX file is accurate -6. Toggle the API on -7. 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 -8. You should immediately see should see an update to the anatomy data in SpikeGLX (make sure to open the probe shank view to see this) +2. Launch SpikeGLX +3. In the Options > Command server Settings menu, make sure that *Enable Remote Command Server* option is checked. +4. Start a new acquisition, using existing data or a live probe +5. In Pinpoint, press \[ESC\] to open the settings menu and navigate to the "API" tab +6. Make sure the location of the HelloSGLX file is accurate. +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. +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 +9. You should immediately see an update to the anatomy data in SpikeGLX (make sure to open the probe shank view to see this) ## Ephys Link From 857bb7764ebbbc7ecafecc1e544535aef81bb502 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Mon, 11 Sep 2023 10:18:29 -0700 Subject: [PATCH 3/3] Update tutorial.md --- source/pinpoint/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pinpoint/tutorial.md b/source/pinpoint/tutorial.md index ca4970e..a6280ab 100644 --- a/source/pinpoint/tutorial.md +++ b/source/pinpoint/tutorial.md @@ -171,7 +171,7 @@ sub-menus. ## API -Pinpoint can send anatomical data about probes in the scene to the Open Ephys GUI and SpikeGLX during experiments. This is an independent feature from the electrophysiology link features (below) and they can be used together, or separately. The API sends updated anatomy data only every 10 seconds. +Pinpoint can send anatomical data about probes in the scene to the Open Ephys GUI and SpikeGLX during experiments. This is an independent feature from the electrophysiology link features (below) and they can be used together, or separately. **These features are only available on the Windows Desktop build of Pinpoint** they will not run in the web browser.