Skip to content

Commit c92492e

Browse files
authored
Merge pull request #305 from open-ephys/fix-xml
Add electrodeCount param tag
2 parents 7586b19 + b4319f3 commit c92492e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenEphys.Onix1/NeuropixelsV1Helper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public static class NeuropixelsV1Helper
9898
/// <param name="gainCalibrationFile">String defining the path to the gain calibration file.</param>
9999
/// <param name="apGain">Current <see cref="NeuropixelsV1Gain"/> for the AP data.</param>
100100
/// <param name="lfpGain">Current <see cref="NeuropixelsV1Gain"/> for the LFP data.</param>
101+
/// <param name="electrodeCount">Number of electrodes expected in the calibration file.</param>
101102
/// <returns><see cref="NeuropixelsV1eGainCorrection"/> object that contains the AP and LFP gain correction values. This object is null if the file was not successfully parsed.</returns>
102103
public static NeuropixelsV1eGainCorrection? TryParseGainCalibrationFile(string gainCalibrationFile, NeuropixelsV1Gain apGain, NeuropixelsV1Gain lfpGain, int electrodeCount)
103104
{

0 commit comments

Comments
 (0)