55namespace OpenEphys . Onix1
66{
77 /// <summary>
8- /// Configures an ONIX headstage-64 on the specified port.
8+ /// Configures an ONIX multifunction 64-channel headstage on the specified port.
99 /// </summary>
1010 /// <remarks>
1111 /// Headstage-64 is a 1.5g serialized, multifunction headstage designed to function with passive
1212 /// probes such as tetrode microdrives, silicon arrays, EEG/ECOG arrays, etc. It provides the
1313 /// following features:
1414 /// <list type="bullet">
15- /// <item><description>64 analog ephys channels and 3 auxiliary channels sampled at 30 kHz per
15+ /// <item><description>64 electrophysiology channels and 3 auxiliary channels sampled at 30 kHz per
1616 /// channel.</description></item>
1717 /// <item><description>A BNO055 9-axis IMU for real-time, 3D orientation tracking.</description></item>
1818 /// <item><description>Three TS4231 light to digital converters for real-time, 3D position tracking with
@@ -22,7 +22,7 @@ namespace OpenEphys.Onix1
2222 /// <item><description>Two optical stimulators (800 mA peak current per channel).</description></item>
2323 /// </list>
2424 /// </remarks>
25- [ Description ( "Configures an ONIX headstage-64 in the specified port ." ) ]
25+ [ Description ( "Configures an ONIX multifunction 64-channel headstage ." ) ]
2626 public class ConfigureHeadstage64 : MultiDeviceFactory
2727 {
2828 PortName port ;
@@ -31,19 +31,6 @@ public class ConfigureHeadstage64 : MultiDeviceFactory
3131 /// <summary>
3232 /// Initializes a new instance of the <see cref="ConfigureHeadstage64"/> class.
3333 /// </summary>
34- /// <remarks>
35- /// Headstage-64 is a 1.5g serialized, multifunction headstage designed to function with
36- /// tetrode microdrives. Alternatively it can be used with other passive probes (e.g.
37- /// silicon arrays, EEG/ECOG arrays, etc.). It provides the following features on the
38- /// headstage:
39- /// <list type="bullet">
40- /// <item><description>64 analog ephys channels and 3 auxiliary channels sampled at 30 kHz per channel.</description></item>
41- /// <item><description>A Bno055 9-axis IMU for real-time, 3D orientation tracking.</description></item>
42- /// <item><description>Three TS4231 light to digital converters for real-time, 3D position tracking with HTC Vive base stations.</description></item>
43- /// <item><description>A single electrical stimulator (current controlled, +/-15V compliance, automatic electrode discharge).</description></item>
44- /// <item><description>Two optical stimulators (800 mA peak current per channel).</description></item>
45- /// </list>
46- /// </remarks>
4734 public ConfigureHeadstage64 ( )
4835 {
4936 // WONTFIX: The issue with this headstage is that its locking voltage is far, far lower than the
0 commit comments