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
* Update submodule pointer
- This will include voltage conversion equations in the docs
* Update 0.4.5
- This requires changing workflows and some information in the docs because NeuropixelsVxyzHeadstage was changed to HeadstageNeuropixelsVxyz in the src code
Copy file name to clipboardExpand all lines: articles/hardware/np1e/configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ uid: np1e_configuration
3
3
title: NeuropixelsV1e Headstage Configuration
4
4
hardware: NeuropixelsV1e Headstage
5
5
configuration: true
6
-
operator: ConfigureNeuropixelsV1eHeadstage
6
+
operator: ConfigureHeadstageNeuropixelsV1e
7
7
dataRate: 20.6
8
8
timeUntilFullBuffer: 400 μs
9
9
blockReadSize: 8192
10
10
workflowLocation: overview
11
11
---
12
12
13
13
## Configuring the NeuropixelsV1e Headstage
14
-
The `NeuropixelsV1eHeadstage` operator is used to configure the Neuropixels V1e Headstage; this can enable streaming of electrophysiology data from a Neuropixels 1.0 probe and orientation data from a Bno055 IMU. This is accomplished in the example workflow by leaving all of the `NeuropixelsV1eHeadstage` properties set to their default values.
14
+
The `HeadstageNeuropixelsV1e` operator is used to configure the Neuropixels V1e Headstage; this can enable streaming of electrophysiology data from a Neuropixels 1.0 probe and orientation data from a Bno055 IMU. This is accomplished in the example workflow by leaving all of the `HeadstageNeuropixelsV1e` properties set to their default values.
15
15
16
16
Default values for the headstage are:
17
17
- Enabling the first 384 electrodes for streaming (electrodes 0 through 383)
@@ -22,7 +22,7 @@ Default values for the headstage are:
22
22
- Setting the `Reference` to *External*
23
23
24
24
> [!IMPORTANT]
25
-
> The workflow will not run unless gain calibration and ADC calibration files are provided. Click the `NeuropixelsV1eHeadstage` operator, expand `NeuropixelsV1e` in the properties pane, then choose the appropriate files by selecting either `GainCalibrationFile` or `AdcCalibrationFile` and clicking the <kbd>...</kbd> button.
25
+
> The workflow will not run unless gain calibration and ADC calibration files are provided. Click the `HeadstageNeuropixelsV1e` operator, expand `NeuropixelsV1e` in the properties pane, then choose the appropriate files by selecting either `GainCalibrationFile` or `AdcCalibrationFile` and clicking the <kbd>...</kbd> button.
26
26
27
27
> [!TIP]
28
28
> For additional details on how to manually configure the headstage, such as enabling specific electrodes for recording, or modify AP / LFP gain, check out the <xref:np1e_gui> page.
Copy file name to clipboardExpand all lines: articles/hardware/np1e/gui.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The `NeuropixelsV1e` headstage has a graphical user interface when the `OpenEphy
8
8
9
9
## Overview
10
10
11
-
For `NeuropixelsV1eHeadstage`, the GUI allows for an easy way to change settings and visualize the effect. From the GUI, you can:
11
+
For `HeadstageNeuropixelsV1e`, the GUI allows for an easy way to change settings and visualize the effect. From the GUI, you can:
12
12
13
13
- Configure the <xref:OpenEphys.Onix1.NeuropixelsV1ProbeConfiguration>
14
14
- Choose the ADC calibration file
@@ -21,7 +21,7 @@ For `NeuropixelsV1eHeadstage`, the GUI allows for an easy way to change settings
21
21
- Configure the [Bno055](xref:OpenEphys.Onix1.ConfigurePolledBno055)
22
22
- Enable and disable the <xref:OpenEphys.Onix1.PolledBno055Data> stream
23
23
24
-
The configuration dialog is accessible by double-clicking on the <xref:OpenEphys.Onix1.ConfigureNeuropixelsV1eHeadstage> operator.
24
+
The configuration dialog is accessible by double-clicking on the <xref:OpenEphys.Onix1.ConfigureHeadstageNeuropixelsV1e> operator.
25
25
26
26
### Channel constraints
27
27
@@ -47,13 +47,13 @@ If the window is closed any other way (such as by pressing `Cancel`, or pressing
47
47
48
48
### ProbeInterface
49
49
50
-
The `NeuropixelsV1eHeadstage` GUI uses [ProbeInterface](https://probeinterface.readthedocs.io/en/main/index.html) as the format to draw the probes and electrodes visually. For more information on ProbeInterface and the resulting JSON file, check out their [format specifications](https://probeinterface.readthedocs.io/en/main/format_spec.html) page.
50
+
The `HeadstageNeuropixelsV1e` GUI uses [ProbeInterface](https://probeinterface.readthedocs.io/en/main/index.html) as the format to draw the probes and electrodes visually. For more information on ProbeInterface and the resulting JSON file, check out their [format specifications](https://probeinterface.readthedocs.io/en/main/format_spec.html) page.
51
51
52
52
When opening the GUI, there is a default probe configuration that is loaded and drawn, which can be saved to a [JSON file](#save-probeinterface-file). Conversely, an existing JSON file can be [loaded](#load-probeinterface-file) to update the current channel configuration. If for any reason the default configuration is needed, it can be [loaded again](#load-default-configuration) at any time.
53
53
54
54
## Open Headstage Configuration GUI
55
55
56
-
To open the headstage configuration GUI, double-click the `ConfigureNeuropixelsV1eHeadstage` operator.
56
+
To open the headstage configuration GUI, double-click the `ConfigureHeadstageNeuropixelsV1e` operator.
57
57
58
58

Copy file name to clipboardExpand all lines: articles/hardware/np2e/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,26 @@ uid: np2e_configuration
3
3
title: NeuropixelsV2e Headstage Configuration
4
4
hardware: NeuropixelsV2e Headstage
5
5
configuration: true
6
-
operator: ConfigureNeuropixelsV2eHeadstage
6
+
operator: ConfigureHeadstageNeuropixelsV2e
7
7
dataRate: 18.1
8
8
timeUntilFullBuffer: 440 μs
9
9
blockReadSize: 8192
10
10
workflowLocation: overview
11
11
---
12
12
13
13
> [!NOTE]
14
-
> The NeuropixelsV2eBeta Headstage functions nearly identically to the NeuropixelsV2e Headstage. Simply replace `ConfigureNeuropixelsV2eHeadstage` with `ConfigureNeuropixelsV2eBetaHeadstage`.
14
+
> The NeuropixelsV2eBeta Headstage functions nearly identically to the NeuropixelsV2e Headstage. Simply replace `ConfigureHeadstageNeuropixelsV2e` with `ConfigureHeadstageNeuropixelsV2eBeta`.
15
15
16
16
## Configuring the NeuropixelsV2e headstage
17
-
The `NeuropixelsV2eHeadstage` operator is set to configure the NeuropixelsV2e Headstage; this can enable streaming of electrophysiology data from a Neuropixels 2.0 probe and orientation data from a Bno055 IMU. This is accomplished in the NeuropixelsV2e Headstage example workflow by leaving all of the `NeuropixelsV2eHeadstage` properties set to their default values.
17
+
The `HeadstageNeuropixelsV2e` operator is set to configure the NeuropixelsV2e Headstage; this can enable streaming of electrophysiology data from a Neuropixels 2.0 probe and orientation data from a Bno055 IMU. This is accomplished in the NeuropixelsV2e Headstage example workflow by leaving all of the `HeadstageNeuropixelsV2e` properties set to their default values.
18
18
19
19
Default values for the headstage are:
20
20
- Enabling the first 384 electrodes of the first shank for streaming (shank 0, electrodes 0 through 383)
21
21
- This is also known as the **Shank 0 Bank A**`Channel Preset`
22
22
- Setting the `Reference` to *External*
23
23
24
24
> [!IMPORTANT]
25
-
> The workflow will not run unless gain correction files are provided. Click the `NeuropixelsV2eHeadstage` operator, expand `NeuropixelsV2e` in the property pane, then choose the appropriate files by selecting either `GainCalibrationFileA` or `GainCalibrationFileB` and clicking the <kbd>...</kbd> button. If only one probe is plugged in, only one file is required.
25
+
> The workflow will not run unless gain correction files are provided. Click the `HeadstageNeuropixelsV2e` operator, expand `NeuropixelsV2e` in the property pane, then choose the appropriate files by selecting either `GainCalibrationFileA` or `GainCalibrationFileB` and clicking the <kbd>...</kbd> button. If only one probe is plugged in, only one file is required.
26
26
27
27
> [!TIP]
28
28
> For additional details on how to manually configure the headstage, such as enabling specific electrodes for recording, or modify AP / LFP gain, check out the <xref:np2e_gui> page.
Copy file name to clipboardExpand all lines: articles/hardware/np2e/gui.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The `NeuropixelsV2e` headstage has a graphical user interface when the `OpenEphy
10
10
11
11
## Overview
12
12
13
-
For `NeuropixelsV2eHeadstage`, the GUI allows for an easy way to change settings and visualize the effect. From the GUI, you can:
13
+
For `HeadstageNeuropixelsV2e`, the GUI allows for an easy way to change settings and visualize the effect. From the GUI, you can:
14
14
15
15
- Configure `Probe A` and `Probe B` independently
16
16
- Choose the probe calibration file
@@ -47,7 +47,7 @@ If the window is closed any other way (such as by pressing `Cancel`, or pressing
47
47
48
48
### ProbeInterface
49
49
50
-
The `NeuropixelsV2eHeadstage` GUI uses [ProbeInterface](https://probeinterface.readthedocs.io/en/main/index.html) as the format to draw the probes and electrodes visually. For more information on ProbeInterface and the resulting JSON file, check out their [format specifications](https://probeinterface.readthedocs.io/en/main/format_spec.html) page.
50
+
The `HeadstageNeuropixelsV2e` GUI uses [ProbeInterface](https://probeinterface.readthedocs.io/en/main/index.html) as the format to draw the probes and electrodes visually. For more information on ProbeInterface and the resulting JSON file, check out their [format specifications](https://probeinterface.readthedocs.io/en/main/format_spec.html) page.
51
51
52
52
When opening the GUI, there is a default probe configuration that is loaded and drawn, which can be saved to a [JSON file](#save-probeinterface-file). Conversely, an existing JSON file can be [loaded](#load-probeinterface-file) to update the current channel configuration. If for any reason the default configuration is needed, it can be [loaded again](#load-default-configuration) at any time.
53
53
@@ -56,7 +56,7 @@ When opening the GUI, there is a default probe configuration that is loaded and
56
56

57
57
58
58
Steps to open the Probe Configuration GUI:
59
-
- Select the `ConfigureNeuropixelsV2eHeadstage` node.
59
+
- Select the `ConfigureHeadstageNeuropixelsV2e` node.
60
60
- Click on the `NeuropixelsV2eProbeConfiguration` to edit (either `ProbeConfigurationA` or `ProbeConfigurationB`).
61
61
- Select the <kbd>...</kbd> button on the right-most part of the property pane (#1 above).
62
62
@@ -176,7 +176,7 @@ To load the default channel configuration at any time, navigate to the File drop
176
176
177
177
Step to open the headstage configuration GUI
178
178
179
-
- Double-click the `ConfigureNeuropixelsV2eHeadstage` node (#2 above)
179
+
- Double-click the `ConfigureHeadstageNeuropixelsV2e` node (#2 above)
180
180
181
181
Once opened, if no probe calibration is selected for either `Probe A` or `Probe B`, then both tabs will only show their controls on the right and no probes (see below).
0 commit comments