thermofisherlsms / RawFileReader

Other
46 stars 18 forks source link

Please provide example C++ code calling RawFileReader methods #12

Open KarlClauser opened 3 months ago

KarlClauser commented 3 months ago

I would like to migrate my C++ program from using the classic Thermo MSFileReader C++ API to the newer RawFileReader C# API specifically to overcome MSFileReader crashes on empty Astral scans.

From C++ an example that wraps the RawFileReader an execute the basic function calls for opening a .raw file, reading scans and items from the TrailerExtra would enable me to leap forward to RawFileReader .

Thanks,

--Karl