OpenMS
OpenMS copied to clipboard
Add on-the-fly conversion of mzml to numpy array in pyopenms?
If someone just wants to read an mzml into numpy without storing in MSExperiment. Probably you can just write a DataConsumer in Cython for our consumer is interface (MzMLFile.pyx) that has numpy array(s) as member(s) and as the consume function it stores the spectra in those arrays.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.