Reply To: Cortical surface file conversion

#2959
Anand Joshi
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.