Skip to content

Commit

Permalink
combine mode for ion mobility
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiaoshan committed Mar 16, 2023
1 parent ffa2ecc commit 1e27c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirdPro/Converters/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ protected void readVendorFile()
var readerConfig = new ReaderConfig
{
allowMsMsWithoutPrecursor = false,
combineIonMobilitySpectra = false,
combineIonMobilitySpectra = true,
ignoreZeroIntensityPoints = jobInfo.config.ignoreZeroIntensity
};

Expand Down

0 comments on commit 1e27c82

Please sign in to comment.