Hello,
I have a problem in performing movement compensation with MNE-Python. The maxwell_filter
function expects head_pos
to do this. I used compute_chpi_amplitudes
to feed into compute_chpi_locs
. However, it returned an array (slopes
) that is only nan
s.
In our experiment, we collected HPI at the beginning of each run but not continuous HPI. We could use Maxfilter but I was wondering if there is a solution to this using MNE-Python itself.
- MNE version: 1.4
- operating system: CentOS 8
Thank you!
Isil