Dear all,
 
I am having some trouble using Thermo's MSFileReader and I hope you can 
help.  Briefly, I am unable to get the accurate precursor information.  
This is how I am trying:

MSFileReaderLib.  Acording to documentation, I should be able to retrieve 
the monoisotopic precursor mass as follows;

MSFileReader_XRawfile m2 = new MSFileReaderLib.MSFileReader_XRawfile();

m2.Open(fileName);

m2.SetCurrentController(0, 1);

object trailerLabels = null;

object trailerValues = null;

int cc = 0;

m2.GetTrailerExtraForScanNum(10, 

ref trailerLabels, ref trailerValues, ref cc);

string [] theStringValues = (string[])trailerValues;

double monoIsoMZ = double.Parse(theStringValues[12]);

  

-- 
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/-/ef0OoqT-Y4YJ.
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.

Reply via email to