Skip to content

Commit abc6be5

Browse files
fix
1 parent 6153039 commit abc6be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writer/MzMlSpectrumWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ private List<ChromatogramType> ConstructChromatograms()
10551055
}
10561056
}
10571057

1058-
var channelNameIndex = 1
1058+
var channelNameIndex = 0;
10591059
for (int nrI = 1; nrI < _rawFile.GetInstrumentCountOfType(Device.MSAnalog) + 1; nrI++)
10601060
{
10611061
_rawFile.SelectInstrument(Device.MSAnalog, nrI);

0 commit comments

Comments
 (0)