I'm at my wits' end with what seems like it should be an easy question. I have a lot of volume labels that have been saved for a lot of brains. I want the Talairach coordinates corresponding to those points. It seems like mri_label2label should be able to do this, by putting in 'talairach' as the target subject, but this returns an error that the subject 'talairach' isn't found:
mri_label2label --srcsubject m00045 --srclabel label/all.label --trgsubject talairach --trglabel all_talairach.label --regmethod volume
It seems like I should be able to do it manually by loading the talairach.xfm generated by recon-all and multiplying that matrix by the RAS points in the labels; this yields results that are pretty close to those given in tkmedit, but not that close. Usually within a few, sometimes off by more.
Probably my inability to do this reflects some misunderstanding or lack of information, but I've been poring over documentation, forum, and wiki for hours now and feel like I've hit a wall. Any suggestions?
Thanks so much,
Jed