Skip to content

Commit

Permalink
Answer Phil's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Apr 23, 2024
1 parent ba2df8e commit 3c87ad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scilpy/reconst/fodf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_ventricles_max_fodf(data, fa, md, zoom, sh_basis,
max_number_of_voxels = 1000 * 8 // vol
else:
max_number_of_voxels = 1000
logging.debug("We will search ventricle voxels, up to a maximum of {} "
logging.debug("Searching for ventricle voxels, up to a maximum of {} "
"voxels.".format(max_number_of_voxels))

# In the case of 2D-like data (3D data with one dimension size of 1), or
Expand Down
2 changes: 0 additions & 2 deletions scilpy/reconst/frf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def compute_ssst_frf(data, bvals, bvecs, b0_threshold=DEFAULT_B0_THRESHOLD,
containing a single fiber population are found using either a threshold on
the FA, inside a white matter mask.
Requires
Parameters
----------
data : ndarray
Expand Down

0 comments on commit 3c87ad3

Please sign in to comment.