Import 'T1-MRI', surface files, curvature/'sulcus', atlas, and
'Talairach' transform matrix into 'json' format. These functions are not
intended to be called directly, use import_from_freesurfer
instead.
import_fs(
subject_name,
fs_path,
quiet = FALSE,
dtype = c("T1", "surface", "curv", "atlas_volume", "atlas_surface", "xform"),
sub_type = NULL,
hemisphere = c("l", "r"),
...
)import_suma(
subject_name,
fs_path,
quiet = FALSE,
dtype = c("T1", "surface", "curv", "atlas_volume", "atlas_surface", "xform"),
sub_type = NULL,
hemisphere = c("l", "r"),
...
)
logical, TRUE
if the file is or has been cached, or
FALSE
if the file is missing.
character, subject code
path to 'FreeSurfer' folder
passed from or to other methods.
data type to import, choices are 'T1'
, 'surface'
,
'curv'
, 'atlas_volume'
, 'atlas_surface'
, 'xform'
detailed files to import. 'atlas_surface'
is not supported for now
which hemisphere to import, ignored when dtype
is in
'T1'
, 'atlas_volume'
, 'atlas_surface'
, 'xform'
.