Its a bit off topic but anyone working on extracting data from Thermo files should check out http://code.google.com/p/unfinnigan/ . It does a great job of detailing Thermo binaries.
On Monday, August 27, 2012 5:43:33 PM UTC-4, Joshua G wrote: > > 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.asp?id=703 > > I was able to write code that could use various methods provided in the > library (such as Open, Close, GetMassListfromScanNum), but when I try use > the methods I need (GetLabelData & GetNoiseData for example), I receive a > compile time error that says "[Insert_Method] is not a member of > "MSFileReader::IXRawfile'." > > The only difference I have been able to distinguish between the methods > recognized as members and those not is explained in the xrawfile2.tlh file. > All methods that work are within the IXRawFile2:IDispach scope while those > that do not are in IXRawfile2:IXRawfile scope. > > Because there seems to be little documentation on this type of > troubleshooting with MSfileReader, I figured I would contact those who have > actually worked with it. If anyone has any suggestions on what to do or > who to contact I would greatly appreciate it! Additionally, if anyone > would like to look at the code itself, I would be happy to pass that along > as well per request. > > Thanks, > Josh > > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/spctools-discuss/-/4sYR4-2VZxgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
