Skip to content

Commit ca45879

Browse files
committed
changed brain radius back to 80
1 parent 4afa7af commit ca45879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qap/temporal_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def fd_jenkinson(in_file):
4747
pm[:,12:]=[0.0, 0.0, 0.0, 1.0]
4848

4949
# The default radius (as in FSL) of a sphere represents the brain
50-
rmax = 50.0
50+
rmax = 80.0
5151

5252
FDs = []
5353
T_rb_prev = np.matrix(pm[0].reshape(4,4))

0 commit comments

Comments
 (0)