From 1cd8bcc97d999fc46831900d299b5979be784314 Mon Sep 17 00:00:00 2001 From: jonnew Date: Thu, 5 Sep 2024 12:46:41 -0400 Subject: [PATCH] Address review comments --- OpenEphys.Onix1/ConfigureBreakoutBoard.cs | 4 ++-- OpenEphys.Onix1/ConfigureHeadstage64.cs | 4 ++-- OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs | 9 ++++----- OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs | 7 +++---- OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs | 7 +++---- 5 files changed, 14 insertions(+), 17 deletions(-) diff --git a/OpenEphys.Onix1/ConfigureBreakoutBoard.cs b/OpenEphys.Onix1/ConfigureBreakoutBoard.cs index 49014e6..ff95ca1 100644 --- a/OpenEphys.Onix1/ConfigureBreakoutBoard.cs +++ b/OpenEphys.Onix1/ConfigureBreakoutBoard.cs @@ -15,8 +15,8 @@ namespace OpenEphys.Onix1 /// channel. /// 8x digital inputs /// 8x digital outputs - /// Time-stamped buttons for manual event logging - /// Dark mode for light-sensitive applications. + /// Hardware time-stamped buttons for manual event logging + /// Indicator LEDs with dark mode for light-sensitive applications. /// /// [Description("Configures an ONIX breakout board.")] diff --git a/OpenEphys.Onix1/ConfigureHeadstage64.cs b/OpenEphys.Onix1/ConfigureHeadstage64.cs index 986b220..c6b4d07 100644 --- a/OpenEphys.Onix1/ConfigureHeadstage64.cs +++ b/OpenEphys.Onix1/ConfigureHeadstage64.cs @@ -9,8 +9,8 @@ namespace OpenEphys.Onix1 /// /// /// 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: /// /// 64 analog ephys channels and 3 auxiliary channels sampled at 30 kHz per /// channel. diff --git a/OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs b/OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs index a92a413..65999bf 100644 --- a/OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs +++ b/OpenEphys.Onix1/ConfigureNeuropixelsV1eHeadstage.cs @@ -8,14 +8,13 @@ namespace OpenEphys.Onix1 /// Configures a NeuropixelsV1e headstage on the specified port. /// /// - /// 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: /// - /// A single IMEC Neuropixels 1.0 probe that features: + /// Support for a single IMEC Neuropixels 1.0 probe that features: /// /// A single 1 cm long shank probe with a 70 x 24 µm shank cross-section. - /// 960-electrode low-impedance TiN electodes. + /// 960-electrode low-impedance TiN electrodes. /// 384 parallel, dual-band (AP, LFP), low-noise recording channels. /// /// diff --git a/OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs b/OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs index 7365a9f..af8f06d 100644 --- a/OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs +++ b/OpenEphys.Onix1/ConfigureNeuropixelsV2eBetaHeadstage.cs @@ -7,11 +7,10 @@ namespace OpenEphys.Onix1 /// Configures a NeuropixelsV2eBeta headstage on the specified port. /// /// - /// 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: /// - /// Dual IMEC Neuropixels 2.0-Beta probes, each of which features: + /// Support for dual IMEC Neuropixels 2.0-Beta probes, each of which features: /// /// 4x silicon shanks with a 70 x 24 µm cross-section. /// 1280 electrodes low-impedance TiN electrodes per shank. diff --git a/OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs b/OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs index a04018f..1813c04 100644 --- a/OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs +++ b/OpenEphys.Onix1/ConfigureNeuropixelsV2eHeadstage.cs @@ -7,11 +7,10 @@ namespace OpenEphys.Onix1 /// Configures a NeuropixelsV2e headstage on the specified port. /// /// - /// 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: /// - /// Dual IMEC Neuropixels 2.0 probes, each of which features: + /// Support for dual IMEC Neuropixels 2.0 probes, each of which features: /// /// Either 1x or 4x silicon shanks with a 70 x 24 µm cross-section. /// 1280 electrodes low-impedance TiN electrodes per shank.