chhh / MSFTBX

MS File ToolBox - tools for parsing some mass-spectrometry related file formats (mzML, mzXML, pep.xml, prot.xml, etc.)
Apache License 2.0
12 stars 4 forks source link

IScan.getRt #15

Closed wenbostar closed 2 years ago

wenbostar commented 2 years ago

Is the unit of getRt from class IScan alway the same across different mzML files?

Bo

chhh commented 2 years ago

Yes, if mzML specifies the units they are taken into account and converted to minutes. If no units specified, then the values are taken as-is. I don't remember if time units are required or optional according to mzml schema.

wenbostar commented 2 years ago

I see. Thanks.