Michael Marty

Results 4 comments of Michael Marty

Hey! I'm not seeing this error with opening mzML files on my end. It could be an issue with the particular file. Would you mind trying this file? [myo.zip](https://github.com/michaelmarty/UniDec/files/13313255/myo.zip) If...

Hi @cctsou! You can definitely do this. Try some code like this: from unidec.modules.thermo_reader.ThermoImporter import ThermoDataImporter as TI path = "C:\\Data\\file.raw" ti = TI(path) data = ti.get_data() There are other...

To get the data written to a text file, you can use numpy.savetxt or other output functions. There's also a more sophisticated way, where you open up a UniDec engine...