Return integer FFT lengths for omega scans
This PR ensures that the FFT length chosen for omega scans is always an int
, since float
values lead to ValueError
.
This PR ensures that the FFT length chosen for omega scans is always an int
, since float
values lead to ValueError
.