readDetectorList(...) and details
Each raw file header contains a detector list. c# methods are:
int GetInstrumentCountOfType (Device type)
Device GetInstrumentType(int index);
int InstrumentCount { get; }
see page 17 of UsingRawFileReader.
details are available through InstrumentData GetInstrumentData();
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.
So keep up the great work 👍 Bernd
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!!!