@@ -57,8 +57,8 @@ public ConfigureNeuropixelsV2eBeta()
5757 /// across probes. Therefore, using the correct gain calibration file is mandatory to create standardized recordings.
5858 /// </para>
5959 /// <para>
60- /// Calibration files are probe-specific and not interchangeable across probes. Calibration files must contain the
61- /// serial number of the corresponding probe on their first line of text. If you have lost track of a calibration
60+ /// Calibration files are probe-specific and not interchangeable across probes. Calibration files must contain the
61+ /// serial number of the corresponding probe on their first line of text. If you have lost track of a calibration
6262 /// file for your probe, email IMEC at [email protected] with the probe serial number to retrieve a new copy. 6363 /// </para>
6464 /// </remarks>
@@ -78,11 +78,16 @@ public ConfigureNeuropixelsV2eBeta()
7878 /// Gets or sets the path to the gain calibration file for Probe B.
7979 /// </summary>
8080 /// <remarks>
81- /// Each probe is linked to a gain calibration file that contains a gain adjustments determined by IMEC during
81+ /// <para>
82+ /// Each probe is linked to a gain calibration file that contains gain adjustments determined by IMEC during
8283 /// factory testing. Electrode voltages are scaled using these values to ensure they can be accurately compared
8384 /// across probes. Therefore, using the correct gain calibration file is mandatory to create standardized recordings.
84- /// If you have lost track of the gain calibration file for your probe, you can email IMEC at [email protected] 85- /// with the probe serial number to retrieve a new copy.
85+ /// </para>
86+ /// <para>
87+ /// Calibration files are probe-specific and not interchangeable across probes. Calibration files must contain the
88+ /// serial number of the corresponding probe on their first line of text. If you have lost track of a calibration
89+ /// file for your probe, email IMEC at [email protected] with the probe serial number to retrieve a new copy. 90+ /// </para>
8691 /// </remarks>
8792 [ FileNameFilter ( "Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv" ) ]
8893 [ Description ( "Path to the gain calibration file for probe B." ) ]
0 commit comments