OpenMS icon indicating copy to clipboard operation
OpenMS copied to clipboard

Add on-the-fly conversion of mzml to numpy array in pyopenms?

Open jpfeuffer opened this issue 2 years ago • 1 comments

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.

jpfeuffer avatar Jul 08 '23 16:07 jpfeuffer

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.

github-actions[bot] avatar Nov 20 '25 02:11 github-actions[bot]