OpenMS
OpenMS copied to clipboard
PeakTypeEstimator fails for timsTOF profile data
The PeakTypeEstimator fails for raw timsTOF data, which means that the PeakPickerHiRes silently fails to do any peak picking.
>>> pyopenms.MzMLFile().load(f, e)
>>> pyopenms.PeakTypeEstimator().estimateType(e[0])
1
On this file:
it claims that this is centroid data when it is clearly, visibly profile data. The first issue to solve is to correctly recognize the spectrum type. The secondary issue is that PeakPickerHiRes fails silently without doing any work in "auto" mode.