Moreover, I would like to eventually run my own inversion algorithm
(Based on Fokas work).
Can you kindly help me with the following questions:
a) I need to have the volume coordinates of the points used by the
MNE-built in inversion routines.
b) The coordinates of the sensors after all the necessary
transformations and corrections.
c) I would like to also display the neuronal current after it has been
reconstructed.
I do not use dipoles. I assume that the current is a continous function.
However, for the sake of displaying it, I can sample the current at the
volume source points for example in the LMCV routine.
If you kindly point me to how to extract the volume source points and
the sensor points, that would be great start.
Many Many thanks
Parham hashemzadeh
Moreover, I would like to eventually run my own inversion algorithm
(Based on Fokas work).
great initiative
Can you kindly help me with the following questions:
a) I need to have the volume coordinates of the points used by the
MNE-built in inversion routines.
see
b) The coordinates of the sensors after all the necessary
transformations and corrections.
you'll need to have a look at the forward code and how we handle the
trans files.
I think that just using the forward solution at first is the easiest.
c) I would like to also display the neuronal current after it has been
reconstructed.
the example you point out uses nilearn to make nice 3d slices.
you can also save a nifti file and use your favorite interactive
viewer (freeview, fslview etc.)
I do not use dipoles. I assume that the current is a continous function.
However, for the sake of displaying it, I can sample the current at the
volume source points for example in the LMCV routine.