@@ -41,10 +41,10 @@ The FreeSurfer license
41
41
To obtain a FreeSurfer license, simply register for free at
42
42
https://surfer.nmr.mgh.harvard.edu/registration.html.
43
43
44
- When using manually-prepared environments or Singularity, FreeSurfer will search
45
- for a license key file first using the ``$FS_LICENSE `` environment variable and then
46
- in the default path to the license key file (``$FREESURFER_HOME/license.txt ``).
47
- If using the ``--cleanenv `` flag and ``$FS_LICENSE `` is set, use ``--fs-license-file $FS_LICENSE ``
44
+ When using manually-prepared environments or Singularity, FreeSurfer will search
45
+ for a license key file first using the ``$FS_LICENSE `` environment variable and then
46
+ in the default path to the license key file (``$FREESURFER_HOME/license.txt ``).
47
+ If using the ``--cleanenv `` flag and ``$FS_LICENSE `` is set, use ``--fs-license-file $FS_LICENSE ``
48
48
to pass the license file location to *dMRIPrep *.
49
49
50
50
It is possible to run the Docker container pointing the image to a local path
@@ -60,3 +60,24 @@ file on the host system: ::
60
60
/data /out/out \
61
61
participant \
62
62
--ignore fieldmaps
63
+
64
+
65
+ Usage tracking with Google Analytics
66
+ ------------------------------------
67
+ To be able to assess usage of the software, we are recording each use of the
68
+ :abbr: `CLI ( command-line interface ) ` as an event in Google Analytics,
69
+ using `popylar <https://popylar.github.io >`__.
70
+ ``
71
+
72
+ For now, the only information that we are recording is the fact that the CLI was
73
+ called and whether the call completed successfully. In addition, through Google
74
+ Analytics, we will have access to very general information, such as the country
75
+ and city in which the computer using the CLI was located and the time that it
76
+ was used. At this time, we do not record any additional information, although in
77
+ the future we may want to record statistics on the computational environment in
78
+ which the CLI was called, such as the operating system.
79
+
80
+ Opting out of this usage tracking can be done by calling the CLI with the
81
+ ``--notrack `` flag::
82
+
83
+ dmriprep data/bids_root/ out/ participant -w work/ --notrack
0 commit comments