You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appears to require that every coordinate of every HPI coil changes from sample to sample for any head movement to be detected. I noticed this because I have a number of participants for whom no head movement is detected over 10 minute runs, which seems too good to be true (and indeed, the HPI coil positions do change for these participants, but not dramatically enough to be detected with the above-referenced code). It seems like using np.any would fix this issue.
The text was updated successfully, but these errors were encountered:
When extracting continuous head position from CTF systems,
np.all
in the following line:mne-python/mne/chpi.py
Line 237 in d74cc20
appears to require that every coordinate of every HPI coil changes from sample to sample for any head movement to be detected. I noticed this because I have a number of participants for whom no head movement is detected over 10 minute runs, which seems too good to be true (and indeed, the HPI coil positions do change for these participants, but not dramatically enough to be detected with the above-referenced code). It seems like using
np.any
would fix this issue.The text was updated successfully, but these errors were encountered: