@@ -90,8 +90,16 @@ public ConfigureNeuropixelsV1e()
9090 /// Gets or sets the path to the gain calibration file.
9191 /// </summary>
9292 /// <remarks>
93- /// Each probe must be provided with a gain calibration file that contains calibration data
94- /// specific to each probe. This file is mandatory for accurate recordings.
93+ /// <para>
94+ /// Each probe is linked to a gain calibration file that contains gain adjustments determined by IMEC during
95+ /// factory testing. Electrode voltages are scaled using these values to ensure they can be accurately compared
96+ /// across probes. Therefore, using the correct gain calibration file is mandatory to create standardized recordings.
97+ /// </para>
98+ /// <para>
99+ /// Calibration files are probe-specific and not interchangeable across probes. Calibration files must contain the
100+ /// serial number of the corresponding probe on their first line of text. If you have lost track of a calibration
101+ /// file for your probe, email IMEC at [email protected] with the probe serial number to retrieve a new copy. 102+ /// </para>
95103 /// </remarks>
96104 [ FileNameFilter ( "Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv" ) ]
97105 [ Description ( "Path to the Neuropixels 1.0 gain calibration file." ) ]
@@ -102,8 +110,17 @@ public ConfigureNeuropixelsV1e()
102110 /// Gets or sets the path to the ADC calibration file.
103111 /// </summary>
104112 /// <remarks>
105- /// Each probe must be provided with an ADC calibration file that contains calibration data
106- /// specific to each probe. This file is mandatory for accurate recordings.
113+ /// <para>
114+ /// Each probe must be provided with an ADC calibration file that contains probe-specific hardware settings that is
115+ /// created by IMEC during factory calibration. These files are used to set internal bias currents, correct for ADC
116+ /// nonlinearities, correct ADC-zero crossing non-monotonicities, etc. Using the correct calibration file is mandatory
117+ /// for the probe to operate correctly.
118+ /// </para>
119+ /// <para>
120+ /// Calibration files are probe-specific and not interchangeable across probes. Calibration files must contain the
121+ /// serial number of the corresponding probe on their first line of text. If you have lost track of a calibration
122+ /// file for your probe, email IMEC at [email protected] with the probe serial number to retrieve a new copy. 123+ /// </para>
107124 /// </remarks>
108125 [ FileNameFilter ( "ADC calibration files (*_ADCCalibration.csv)|*_ADCCalibration.csv" ) ]
109126 [ Description ( "Path to the Neuropixels 1.0 ADC calibration file." ) ]
0 commit comments