-
Notifications
You must be signed in to change notification settings - Fork 9
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 access S/N values #46
Comments
Dear @papanlipotype, the S/N values are never stored in the raw file. They need to be calculated. This is for instance done by the
Currently the plot function only supports this for centroided data, although it has meanwhile become clear that the noise attribute is also available for (reduced) profile mode data. But you could easily write a function that combines data retrieval and S/N calculation. Hope this helps, |
Apparently reduced profile mode is what the Q Exactive series uses when you select profile mode in the instrument method. see #37. I also thought that full profile mode would be triggered by selecting profile mode acquisition, but that doesn't seem to be the case. I had a look at recent data from our Q Exactive for a "FTMS + p NSI Full ms [350.0000-1500.0000]" scan. @cpanse We should really push the code changes to make this stream available! btw: I already filed a GitHub project for this: Support for reduced profile mode spectra |
ok. We will try to do our best to make this happen in the near future, since quite some people requested this already! |
I was wondering if the noise value can be extract from the raw file now with readSpectrum? Thank you |
sorry not yet |
Dear all,
is there a way of accessing the S/N values from a readSpectrum-Object? I cant seem to find the info in the list.
Thanks
The text was updated successfully, but these errors were encountered: