We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting multiple custom isolation windows and corresponding injection times for the quadrupole.
The text was updated successfully, but these errors were encountered:
This is in the works.
Sorry, something went wrong.
If I understand correctly, this was enabled as of Tune version 3.5. See Changelog; for each window you can supply a target like so:
scan.Values["PrecursorMass"] = "195,524,1522"; scan.Values["IsolationWidth"] = "5,5,5"; scan.Values["MSXTargets"] = "1000,10000,100000";
dbaileychess
No branches or pull requests
Allow setting multiple custom isolation windows and corresponding injection times for the quadrupole.
The text was updated successfully, but these errors were encountered: