@@ -90,8 +90,11 @@ 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+ /// Each probe is linked to a gain calibration file that contains a gain adjustments determined by IMEC during
94+ /// factory testing. Electrode voltages are scaled using these values to ensure they can be accurately compared
95+ /// 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.
9598 /// </remarks>
9699 [ FileNameFilter ( "Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv" ) ]
97100 [ Description ( "Path to the Neuropixels 1.0 gain calibration file." ) ]
@@ -102,8 +105,11 @@ public ConfigureNeuropixelsV1e()
102105 /// Gets or sets the path to the ADC calibration file.
103106 /// </summary>
104107 /// <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.
108+ /// Each probe must be provided with an ADC calibration file that contains probe-specific hardware settings that is
109+ /// created by IMEC during factory calibration. These files are used to set internal bias currents, correct for ADC
110+ /// 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. 107113 /// </remarks>
108114 [ FileNameFilter ( "ADC calibration files (*_ADCCalibration.csv)|*_ADCCalibration.csv" ) ]
109115 [ Description ( "Path to the Neuropixels 1.0 ADC calibration file." ) ]
0 commit comments