Forums › Forums › Cortical Surface Extraction › Cortical surface file conversion › Reply To: Cortical surface file conversion
September 28, 2021 at 9:34 am
#2959
Moderator
You can just save the surface with .obj extension. It will be saved in obj format.
Another alternative is to import it in matlab or python and then save it back.
The readers for matlab and python for the dfs format are included in the source code. The file names for them are readdfs.m and dfsio.py.