We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14afbf6 commit a26a5abCopy full SHA for a26a5ab
Writer/MzMlSpectrumWriter.cs
@@ -1286,7 +1286,7 @@ private SpectrumType ConstructMSSpectrum(int scanNumber)
1286
int? charge = trailerData.AsPositiveInt("Charge State:");
1287
double? monoisotopicMz = trailerData.AsDouble("Monoisotopic M/Z:");
1288
double? ionInjectionTime = trailerData.AsDouble("Ion Injection Time (ms):");
1289
- double? isolationWidth = trailerData.AsDouble("MS" + (int) scanFilter.MSOrder + " Isolation Width:");
+ double? isolationWidth = trailerData.AsDouble("MS" + msLevel + " Isolation Width:");
1290
double? FAIMSCV = null;
1291
if (trailerData.AsBool("FAIMS Voltage On:").GetValueOrDefault(false))
1292
FAIMSCV = trailerData.AsDouble("FAIMS CV:");
0 commit comments