Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnew committed Sep 5, 2024
1 parent 344079f commit 1cd8bcc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions OpenEphys.Onix1/ConfigureBreakoutBoard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ namespace OpenEphys.Onix1
/// channel.</description></item>
/// <item><description>8x digital inputs</description></item>
/// <item><description>8x digital outputs</description></item>
/// <item><description>Time-stamped buttons for manual event logging</description></item>
/// <item><description>Dark mode for light-sensitive applications.</description></item>
/// <item><description>Hardware time-stamped buttons for manual event logging</description></item>
/// <item><description>Indicator LEDs with dark mode for light-sensitive applications.</description></item>
/// </list>
/// </remarks>
[Description("Configures an ONIX breakout board.")]
Expand Down
4 changes: 2 additions & 2 deletions OpenEphys.Onix1/ConfigureHeadstage64.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace OpenEphys.Onix1
/// </summary>
/// <remarks>
/// Headstage-64 is a 1.5g serialized, multifunction headstage for small animals. This headstage is
/// designed to function with tetrode microdrives. Alternatively it can be used with other passive probes
/// (e.g. silicon arrays, EEG/ECOG arrays, etc.). It provides the following features on the headstage:
/// designed to function with passive probes such as tetrode microdrives, silicon arrays, EEG/ECOG arrays,
/// etc. It provides the following features:
/// <list type="bullet">
/// <item><description>64 analog ephys channels and 3 auxiliary channels sampled at 30 kHz per
/// channel.</description></item>
Expand Down
9 changes: 4 additions & 5 deletions OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ namespace OpenEphys.Onix1
/// Configures a NeuropixelsV1e headstage on the specified port.
/// </summary>
/// <remarks>
/// Headstage-NeuropixelsV1e is a 0.68g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V1 probes. It provides the following features
/// on the headstage:
/// The NeuropixeslV1e Headstage is a 0.68g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V1 probes. It provides the following features:
/// <list type="bullet">
/// <item><description>A single IMEC Neuropixels 1.0 probe that features:
/// <item><description>Support for a single IMEC Neuropixels 1.0 probe that features:
/// <list type="bullet">
/// <item><description>A single 1 cm long shank probe with a 70 x 24 µm shank cross-section.</description></item>
/// <item><description>960-electrode low-impedance TiN electodes.</description></item>
/// <item><description>960-electrode low-impedance TiN electrodes.</description></item>
/// <item><description>384 parallel, dual-band (AP, LFP), low-noise recording channels.</description></item>
/// </list>
/// </description></item>
Expand Down
7 changes: 3 additions & 4 deletions OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ namespace OpenEphys.Onix1
/// Configures a NeuropixelsV2eBeta headstage on the specified port.
/// </summary>
/// <remarks>
/// Headstage-NeuropixelsV2e-Beta is a 0.64g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V2Beta probes. It provides the following features
/// on the headstage:
/// The NeuropixelsV2e-Beta Headstage is a 0.64g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V2Beta probes. It provides the following features:
/// <list type="bullet">
/// <item><description>Dual IMEC Neuropixels 2.0-Beta probes, each of which features:
/// <item><description>Support for dual IMEC Neuropixels 2.0-Beta probes, each of which features:
/// <list type="bullet">
/// <item><description>4x silicon shanks with a 70 x 24 µm cross-section.</description></item>
/// <item><description>1280 electrodes low-impedance TiN electrodes per shank.</description></item>
Expand Down
7 changes: 3 additions & 4 deletions OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ namespace OpenEphys.Onix1
/// Configures a NeuropixelsV2e headstage on the specified port.
/// </summary>
/// <remarks>
/// Headstage-NeuropixelsV2e is a 0.64g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V2 probes. It provides the following features
/// on the headstage:
/// The NeuropixelsV2e Headstage is a 0.64g serialized, multifunction headstage for small animals. This
/// headstage is designed to function with IMEC Neuropixels V2 probes. It provides the following features:
/// <list type="bullet">
/// <item><description>Dual IMEC Neuropixels 2.0 probes, each of which features:
/// <item><description>Support for dual IMEC Neuropixels 2.0 probes, each of which features:
/// <list type="bullet">
/// <item><description>Either 1x or 4x silicon shanks with a 70 x 24 µm cross-section.</description></item>
/// <item><description>1280 electrodes low-impedance TiN electrodes per shank.</description></item>
Expand Down

0 comments on commit 1cd8bcc

Please sign in to comment.