diff --git a/OpenEphys.Onix1/ConfigureHeadstageNric1384.cs b/OpenEphys.Onix1/ConfigureHeadstageNric1384.cs index 396d0c4..0d053d6 100644 --- a/OpenEphys.Onix1/ConfigureHeadstageNric1384.cs +++ b/OpenEphys.Onix1/ConfigureHeadstageNric1384.cs @@ -5,20 +5,25 @@ namespace OpenEphys.Onix1 { /// - /// A class that configures a Nric1384 headstage on the specified port. + /// Configures a Nric1384 headstage on the specified port. /// /// - /// Headstage-Nric1384 is a 2.5g serialized, multifunction headstage for small animals built around the IMEC Nric1384 bioacquisition chip. - /// This headstage is designed to function with passive probes of the user's choosing (e.g. silicon probe arrays, high-density - /// tetrode drives, etc). It provides the following features: + /// The Nric1384 Headstage is a 2.5g serialized, multifunction headstage for small animals built around the + /// IMEC Nric1384 bioacquisition chip. This headstage is designed to function with passive probes of the + /// user's choosing (e.g. silicon probe arrays, high-density tetrode drives, etc). It provides the + /// following features: /// - /// 384 analog ephys channels sampled at 30 kHz per channel and exposed via an array of 12x ultra-high density Molex 203390-0323 quad-row connectors. - /// A BNO055 9-axis IMU for real-time, 3D orientation tracking at 100 Hz. - /// Two TS4231 light to digital converters for real-time, 3D position tracking with HTC Vive base stations. - /// A single electrical stimulator (current controlled, +/-15V compliance, automatic electrode discharge). + /// 384 analog ephys channels sampled at 30 kHz per channel and exposed via an array of + /// 12x ultra-high density Molex 203390-0323 quad-row connectors. + /// A BNO055 9-axis IMU for real-time, 3D orientation tracking at 100 + /// Hz. + /// Two TS4231 light to digital converters for real-time, 3D position tracking with HTC + /// Vive base stations. + /// A single electrical stimulator (current controlled, +/-15V compliance, automatic + /// electrode discharge). /// /// - [Description("Configures a NeuropixelsV1e headstage.")] + [Description("Configures a Nric1384 Headstage headstage.")] public class ConfigureHeadstageNric1384 : MultiDeviceFactory { PortName port; diff --git a/OpenEphys.Onix1/ConfigureNric1384.cs b/OpenEphys.Onix1/ConfigureNric1384.cs index edeecb5..c37d7cc 100644 --- a/OpenEphys.Onix1/ConfigureNric1384.cs +++ b/OpenEphys.Onix1/ConfigureNric1384.cs @@ -5,7 +5,7 @@ namespace OpenEphys.Onix1 { /// - /// A class that configures a Nric184 bioacquisition device. + /// Configures a Nric184 bioacquisition device. /// public class ConfigureNric1384 : SingleDeviceFactory { diff --git a/OpenEphys.Onix1/Nric1384RegisterContext.cs b/OpenEphys.Onix1/Nric1384RegisterContext.cs index 8569298..fe9c8d4 100644 --- a/OpenEphys.Onix1/Nric1384RegisterContext.cs +++ b/OpenEphys.Onix1/Nric1384RegisterContext.cs @@ -201,7 +201,6 @@ public void WriteShiftRegisters() for (int j = 0; j < 2; j++) { - var baseBytes = BitArrayToBytes(BaseConfigs[i]); WriteByte(Nric1384.SR_LENGTH1, (uint)baseBytes.Length % 0x100);