mne.
write_surface
(fname, coords, faces, create_stamp='')¶Write a triangular Freesurfer surface mesh
Accepts the same data format as is returned by read_surface().
Parameters: | fname : str
coords : array, shape=(n_vertices, 3)
faces : int array, shape=(n_faces, 3)
create_stamp : str
|
---|
See also