You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue directly connects to #1, since our current code reads always from the detector type MS. If we would like to support other detector types in the future details about those become necessary.
Hi there, just wanted to thank both of you again for the awesome work.
I just wanted to check if there is any progress about reading other detector types (UV, Pump Pressure) out of Thermo Raw Files.
We recently had some bigger issues with Vanquish retention time shifts, clearly linked to the pump pressure.
Which could be nicely checked if the data would be accessible.
Hi @BerndMaier, we unfortunately haven't worked on this issue yet. Currently, we are pushing to get rawrr submitted to bioc (which turned out to be more complicated than expected). But I am still hoping that we will also support other detectors in the future. We also welcome help, since this is mainly work on the C# code. So all the protinf c# nerds out there this is your chance to contribute!!!
Each raw file header contains a detector list. c# methods are:
see page 17 of UsingRawFileReader.
details are available through
InstrumentData GetInstrumentData();
The text was updated successfully, but these errors were encountered: