Description Usage Value Note Examples
Finds the Freesurfer version from FREESURFER_HOME/build-stamp.txt
1 |
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.
This will use fs_dir()
to get the directory of FREESURFER
1 2 3 | if (have_fs()) {
fs_version()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.