powered by
Finds the Freesurfer version from FREESURFER_HOME/build-stamp.txt
FREESURFER_HOME/build-stamp.txt
fs_version()
If the version file does not exist, it will throw a warning, but it will return an empty string. Otherwise it will be a string of the version.
if (have_fs()) { fs_version() }
Run the code above in your browser using DataLab