Exactly ;-)<br><br><div class="gmail_quote">2011/11/10 Matthias Ekman <span dir="ltr"><<a href="mailto:matthias.ekman@googlemail.com">matthias.ekman@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If this doesn't help, you have to apply your qform to your voxel<br>
coordinates. Are you using pynifti? Then you can use the NiftiImage class<br>
and the vx2q method. Hope my memory doesn't play tricks on me.<br>
</blockquote>
<br></div>
...or speaking in code<br>
<br>
from nifti import *<br>
ni = NiftiImage('my_data')<br>
voxel_coords=(12,23,34)<br>
mni_coords=ni.vx2q(voxel_<u></u>coords)<br>
<br>
<br>
Best,<br>
 M.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Pkg-ExpPsy-PyMVPA mailing list<br>
<a href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org" target="_blank">Pkg-ExpPsy-PyMVPA@lists.<u></u>alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa" target="_blank">http://lists.alioth.debian.<u></u>org/cgi-bin/mailman/listinfo/<u></u>pkg-exppsy-pymvpa</a><br>
</div></div></blockquote></div><br>