Skip to content

Commit c3729b9

Browse files
Merge pull request #8 from zontal/feature/support_non_ms_instruments
fix
2 parents d240356 + abc6be5 commit c3729b9

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
@@ -1063,7 +1063,7 @@ private List<ChromatogramType> ConstructChromatograms()
10631063
}
10641064
}
10651065

1066-
var channelNameIndex = 1
1066+
var channelNameIndex = 0;
10671067
for (int nrI = 1; nrI < _rawFile.GetInstrumentCountOfType(Device.MSAnalog) + 1; nrI++)
10681068
{
10691069
_rawFile.SelectInstrument(Device.MSAnalog, nrI);

0 commit comments

Comments
 (0)