globus/globus-sdk-python

'EELSSpectrum' object has no attribute 'find_peak1D_ohaver'

xun-zhan opened this issue · 1 comments

I was trying to do second derivative of the EEL spectrum, and try to use find_peak1D_ohaver() to locate the first minimum peak position. However, it runs out with the error message above. Could anyone help me solve it? Thanks!

This doesn't appear to be related to the globus-sdk.

It looks like EELSSpectrum is a HyperSpy class, so if you have questions about its proper use, you should address them to the HyperSpy issue tracker.

Though I know nothing about HyperSpy, a quick search finds a method find_peaks1D_ohaver in their docs, so this may be a matter of a "peak" vs "peaks" typo.