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
@@ -129,6 +129,7 @@ You should know the phase encoding direction to decide if you want to use `func_
129
129
***Mean Fractional Displacement - Jenkinson [func_mean_fd]:** A measure of subject head motion, which compares the motion between the current and previous volumes. This is calculated by summing the absolute value of displacement changes in the x, y and z directions and rotational changes about those three axes. The rotational changes are given distance values based on the changes across the surface of a 50mm radius sphere [^5][^8]. _Uses functional time-series._
130
130
***Number of volumes with FD greater than 0.2mm [func_num_fd]:**_Uses functional time-series._
131
131
***Percent of volumes with FD greater than 0.2mm [func_perc_fd]:**_Uses functional time-series._
132
+
***Median temporal Signal to Noise ratio [tsnr]:**_Uses functional time-series and a mask._
132
133
133
134
134
135
### Standardized DVARS
@@ -147,17 +148,24 @@ The `out_fraction` option if `True` will return the mean _fraction_ of time-poin
147
148
148
149
### Median Distance Index
149
150
150
-
The `auto_mask` option if `True` will automatically compute the brain mask from the data otherwise the whole dataset will be used.
151
+
The `mask` allows you to specify a mask file. If set to "auto" mask will be calculated from data. If not set the whole dataset will be used.
Here we describe computing `mean_fd`, `num_fd`, and `perc_fd`. This requires that you have the input coordinate transforms that is output by AFNI's `3dvolreg` during motion correction. The option `threshold` sets the threshold for determining the number and percent of volumes with FD greater than said threshold.
tSNR is a ratio of signal (mean across time) and noise (standard deviation around the mean across time) averaged over all voxels withing the specified mask
0 commit comments