Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2016-01-03 Thread Nathan Wamsley
Josh, I am a C++ newbie and have been asked to use MSFileReader. Would you be able to email me your code as you offered? Just learning how to use the files would be extremely helpful, and if by looking at your code I could probably do that. Thanks, Nathan -- You received this message

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2016-01-03 Thread Nathan Wamsley
Josh, I am a C++ newbie and have been asked to use MSFileReader. Would you be able to share you code with me as you offered. It would be extremely helpful. My adress is wamsleynat...@gmail.com Thanks, Nathan -- You received this message because you are subscribed to the Google Groups "s

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-31 Thread Michael Hoopmann
Josh, This works for me. I think the documentation is a bit confusing/convoluted. Rather than try to figure out what is wrong on your end, it's just easier for me to show you what works on my end. Matt is right that IXRawfile2 will work, but I know older versions are buggy (from talking with t

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-31 Thread Matthew Chambers
GetLabelData and GetNoiseData are in IXRawfile2, so you don't need to go all the way up to 5 unless you need the even newer functions. As for the crashes, you probably aren't initializing the input/output parameters correctly or you haven't run SetController before the call. You'd need to show y

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-30 Thread Joshua G
Hi Mike, Thanks for the quick reply. I've tried to access the latest methods by creating an instance from the XRawfile class using the following syntax: MSfileReaderLib::IXRawfile5Ptr rawFile(null); hr = rawFile.CreateInstance("MSFileReader.XRawfile.1"); When I compile, I receive an error that

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-27 Thread Michael Hoopmann
Hi Josh, Not all the methods are in the old interface. You need to access the latest methods from IXRawfile5. A good example of how to use this interface is in https://proteowizard.svn.sourceforge.net/svnroot/proteowizard/trunk/pwiz/pwiz_aux/msrc/utility/vendor_api/thermo/RawFile.cpp check the

Re: [spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-27 Thread Mark Wingerd
Hi Josh, / Group Back=ground Questions: - How do they report "Noise" ?? - WHAT are they reporting when they report "Noise" Thanks, MAkr On Mon, Aug 27, 2012 at 2:43 PM, Joshua G wrote: > Hi! I am tying to write a C++ program to extract Mass, Intensity and Noise > information for

[spctools-discuss] Using MSFileReader API to Extract Information from Thermo RAW files

2012-08-27 Thread Joshua G
Hi! I am tying to write a C++ program to extract Mass, Intensity and Noise information for each m/z measurement for a collection of scans in a RAW file from an Orbitrap. The libraries and documentation are provided through the following link: http://sjsupport.thermofinnigan.com/public/detail.as