Open
Description
Hi,
thanks for this interesting project! I found a bug when using frequency resolutions other than 1 Hz. In calc.py rotfreq_and_force the inner get_first_peak function returns the index of the first peak instead of the frequency of that index:
return peaks[0]+1, sign[peaks[0]]
should be:
return peaks[0] * df, sign[peaks[0]]
regards
Tobias
Metadata
Metadata
Assignees
Labels
No labels