Construct filepath of standard space morphometry data file.
subject.filepath.morph.standard(
subjects_dir,
subject_id,
measure,
hemi,
fwhm = "10",
template_subject = "fsaverage",
format = "auto",
warn_if_nonexistent = FALSE,
error_if_nonexistent = FALSE
)
string. The FreeSurfer SUBJECTS_DIR, i.e., a directory containing the data for all your subjects, each in a subdir named after the subject identifier.
string. The subject identifier
string. Name of the vertex-wise measure of morphometry data file. E.g., "area" or "thickness". Used to construct the name of the morphometry file to be loaded.
string, one of 'lh' or 'rh'. The hemisphere name.
string. Smoothing as string, e.g. '10' or '25'. Defaults to '10'.
string. Template subject name, defaults to 'fsaverage'.
string. One of 'mgh', 'mgz', 'curv'. Defaults to 'mgh'.
logical. Whether to print a warning if the file does not exist or cannot be accessed. Defaults to FALSE.
logical. Whether to raise an error if the file does not exist or cannot be accessed. Defaults to FALSE.
string, the file path.