We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d240356 + abc6be5 commit c3729b9Copy full SHA for c3729b9
1 file changed
Writer/MzMlSpectrumWriter.cs
@@ -1063,7 +1063,7 @@ private List<ChromatogramType> ConstructChromatograms()
1063
}
1064
1065
1066
- var channelNameIndex = 1
+ var channelNameIndex = 0;
1067
for (int nrI = 1; nrI < _rawFile.GetInstrumentCountOfType(Device.MSAnalog) + 1; nrI++)
1068
{
1069
_rawFile.SelectInstrument(Device.MSAnalog, nrI);
0 commit comments