rawrr icon indicating copy to clipboard operation
rawrr copied to clipboard

readDetectorList(...) and details

Open tobiasko opened this issue 5 years ago • 3 comments

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();

tobiasko avatar Aug 28 '20 08:08 tobiasko

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.

tobiasko avatar Sep 02 '20 13:09 tobiasko

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

BerndMaier avatar Apr 28 '21 12:04 BerndMaier

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!!!

tobiasko avatar Apr 30 '21 09:04 tobiasko