Skip to content
New issue

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

Question - Fusion quadrupole isolation #18

Closed
chhh opened this issue Jul 12, 2018 · 1 comment
Closed

Question - Fusion quadrupole isolation #18

chhh opened this issue Jul 12, 2018 · 1 comment

Comments

@chhh
Copy link

chhh commented Jul 12, 2018

If I do an MS1 scan in orbi is the quadrupole used to filter out the ions that are outside the scan mass range?
Will the instrument behave differently if I do the following two scans:

["Analyzer" => "Orbitrap", "FirstMass" => 800, "LastMass" => 1000, "IsolationMode" => "None"]
["Analyzer" => "Orbitrap", "FirstMass" => 800, "LastMass" => 1000, "IsolationMode" => "Quadrupole"]
@chhh chhh changed the title Fusion - quadrupole isolation question Question - Fusion quadrupole isolation Jul 13, 2018
@dbaileychess
Copy link
Contributor

When you specify 'Quadrupole' isolation, the quad will be switched to resolving mode and isolate the given mass range (FirstMass, LastMass). When the option is set to 'None', the quad is in RF-only mode and passes all masses through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants