@@ -90,11 +90,16 @@ public ConfigureNeuropixelsV1e()
9090 /// Gets or sets the path to the gain calibration file.
9191 /// </summary>
9292 /// <remarks>
93- /// Each probe is linked to a gain calibration file that contains a gain adjustments determined by IMEC during
93+ /// <para>
94+ /// Each probe is linked to a gain calibration file that contains gain adjustments determined by IMEC during
9495 /// factory testing. Electrode voltages are scaled using these values to ensure they can be accurately compared
9596 /// across probes. Therefore, using the correct gain calibration file is mandatory to create standardized recordings.
96- /// If you have lost track of the gain calibration file for your probe, you can email IMEC at [email protected] 97- /// with the probe serial number to retrieve a new copy.
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>
98103 /// </remarks>
99104 [ FileNameFilter ( "Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv" ) ]
100105 [ Description ( "Path to the Neuropixels 1.0 gain calibration file." ) ]
@@ -105,11 +110,17 @@ public ConfigureNeuropixelsV1e()
105110 /// Gets or sets the path to the ADC calibration file.
106111 /// </summary>
107112 /// <remarks>
113+ /// <para>
108114 /// Each probe must be provided with an ADC calibration file that contains probe-specific hardware settings that is
109115 /// created by IMEC during factory calibration. These files are used to set internal bias currents, correct for ADC
110116 /// nonlinearities, correct ADC-zero crossing non-monotonicities, etc. Using the correct calibration file is mandatory
111- /// for the probe to operate correctly. If you have lost track of the ADC calibration file for your probe, you can
112- /// email IMEC at [email protected] with the probe serial number to retrieve a new copy. 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>
113124 /// </remarks>
114125 [ FileNameFilter ( "ADC calibration files (*_ADCCalibration.csv)|*_ADCCalibration.csv" ) ]
115126 [ Description ( "Path to the Neuropixels 1.0 ADC calibration file." ) ]
0 commit comments