Open
Description
How difficult would it be to add fsaverage_sym
as a possible output space? fsaverage_sym
is the hemisphere-symmetric atlas, and it would require an additional step in recon-all
, namely:
# Invert the right hemisphere
xhemireg --s bert
# Register the left hemisphere to fsaverage_sym
surfreg --s bert --t fsaverage_sym --lh
# Register the inverted right hemisphere to fsaverage_sym
surfreg --s bert --t fsaverage_sym --lh --xhemi
(as described in https://github.com/scitran-apps/retinotopy-templates)