We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6153039 commit abc6be5Copy full SHA for abc6be5
1 file changed
Writer/MzMlSpectrumWriter.cs
@@ -1055,7 +1055,7 @@ private List<ChromatogramType> ConstructChromatograms()
1055
}
1056
1057
1058
- var channelNameIndex = 1
+ var channelNameIndex = 0;
1059
for (int nrI = 1; nrI < _rawFile.GetInstrumentCountOfType(Device.MSAnalog) + 1; nrI++)
1060
{
1061
_rawFile.SelectInstrument(Device.MSAnalog, nrI);
0 commit comments