Skip to content

Commit cc78fad

Browse files
committed
Isolation window center for precursor intensity
1 parent 56b19ae commit cc78fad

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
@@ -2031,7 +2031,7 @@ private PrecursorListType ConstructPrecursorList(IScanEventBase scanEvent, int?
20312031

20322032
if (selectedIonMz > ZeroDelta)
20332033
{
2034-
var selectedIonIntensity = CalculatePrecursorPeakIntensity(_rawFile, precursorScanNumber, selectedIonMz, isolationWidth,
2034+
var selectedIonIntensity = CalculatePrecursorPeakIntensity(_rawFile, precursorScanNumber, reaction.PrecursorMass, isolationWidth,
20352035
ParseInput.NoPeakPicking.Contains((int)msLevel - 1));
20362036
if (selectedIonIntensity != null)
20372037
{

0 commit comments

Comments
 (0)