# Requires `FreeSurfer` and only works on MacOS or Linux
# as `FreeSurfer` does not support Windows
if (FALSE) {
# Create subject instance; strict=FALSE means it's OK if the subject
# is missing
subject <- as_rave_subject("YAEL/s01", strict = FALSE)
cmd_run_freesurfer_recon_all(
subject = subject,
mri_path = "/path/to/T1.nii.gz"
)
}
Run the code above in your browser using DataLab