pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
162 stars 92 forks source link

added 0 key for UV spectra #120

Closed pyeguy closed 5 years ago

pyeguy commented 5 years ago

this adds a 0 key to run.Reader.ms_precisions to tolerate non-MS based spectra like UV absorbance. The precision default value is currently 0.001 which seems to be fine for my usage but please let me know if that should change and I'll tweak it.

fixes #119