You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either file should include `age` (or if you wish to be more explicit: `age_months`) columns, and it is
23
+
recommended to have an accompanying JSON file to further describe these fields, and explicitly state the values are in months.
26
24
27
25
## The FreeSurfer license
28
26
@@ -33,6 +31,21 @@ To obtain a FreeSurfer license, simply register for free at https://surfer.nmr.m
33
31
FreeSurfer will search for a license key file first using the `$FS_LICENSE` environment variable and then in the default path to the license key file (`$FREESURFER_HOME`/license.txt). If `$FS_LICENSE` is set, the [`nibabies-wrapper`](#using-the-nibabies-wrapper) will automatically handle setting the license within the container.
34
32
Otherwise, you will need to use the `--fs-license-file` flag to ensure the license is available.
35
33
34
+
35
+
## Example command
36
+
37
+
The exact command to run *NiBabies* depends on the [Installation](./installation.md) method.
0 commit comments