Open simon-ball opened 3 years ago
The place_field method functions with 2D data only. What is required to either adapt it, or write an alternative, 1D method?
place_field
in power_spectrum np.fft.rfftfreqs -> np.fft.rfftfreq no s
np.fft.rfftfreqs
np.fft.rfftfreq
Unrelated to this issue, but that typo will be fixed in version 0.6.0
The
place_field
method functions with 2D data only. What is required to either adapt it, or write an alternative, 1D method?