neuromodulation / py_neuromodulation

Real-time analysis of intracranial neurophysiology recordings.
https://neuromodulation.github.io/py_neuromodulation/
MIT License
47 stars 11 forks source link

RMAP.py change reshape order #374

Closed timonmerk closed 3 weeks ago

timonmerk commented 3 weeks ago

fp = np.reshape(fp, (91, 109, 91), order="A") (not "C") output order

timonmerk commented 3 weeks ago

Fixed by 647a0a1