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

How to get actual injection times for each MSX mz range in the received iAPI scan on Exploris 480? #43

Open
chhh opened this issue Apr 4, 2024 · 0 comments

Comments

@chhh
Copy link

chhh commented Apr 4, 2024

When I submit an MSX scan with several isolation ranges and different max injection times it is executed properly, but the IMsScan instance that I get back never has "Multiple Injection" and "Multi Inject Info" trailers set. So I don't know what the actual injection times for each range were.

Question

Is there a way to get the actual injection times for each MSX mz range in the received iAPI scan?

Example

Custom scan that I set:

[Polarity] => [0]
[FirstMass] => [63.5]
[LastMass] => [952.6]
[Resolution] => [15000]
[AGC_Mode] => [1]
[IsolationRangeLow] => [471.1]
[IsolationRangeHigh] => [474.9]
[MsxInjectRanges] => [(471.1,471.9), (474.1,474.9)]
[AGC_Target] => [100000]
[MsxInjectTargets] => [50000, 50000]
[MsxInjectMaxITs] => [25.00, 25.00]
[MaxIT] => [50.00]
[MsxInjectNCEs] => [28.00, 28.00]

Some of the relevant trailers that I get in the resulting scan:

Scan Description: => []
Multiple Injection: => []
Multi Inject Info: => []
AGC: => [On]
Ion Injection Time (ms): => [22.718]
Max. Ion Time (ms): => [50.00]
FT Resolution: => [15000]
MS2 Isolation Width: => [3.80]
MS2 Isolation Offset: => [0.00]
AGC Target: => [100000]
@chhh chhh changed the title Trailers "Multiple Injection" and "Multi Inject Info" are not populated in received IMsScans on Exploris 480 How to get actual injection times for each MSX mz range in the received iAPI scan on Exploris 480? Apr 9, 2024
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

1 participant