Skip to content

Commit

Permalink
Merge pull request dipy#2945 from jhlegarreta/FixMiscDocstrings
Browse files Browse the repository at this point in the history
DOC: Fix miscellaneous docstrings
  • Loading branch information
skoudoro authored Oct 20, 2023
2 parents 268b718 + b9debd2 commit d93f5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dipy/reconst/msdki.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def awf_from_msk(msk, mask=None):
Returns
-------
smt2f : ndarray ([X, Y, Z, ...])
awf : ndarray ([X, Y, Z, ...])
ndarray containing the axonal volume fraction estimate.
Notes
Expand Down Expand Up @@ -225,7 +225,7 @@ def msdki_prediction(msdki_params, gtab, S0=1.0):
Parameters
----------
params : ndarray ([X, Y, Z, ...], 2)
msdki_params : ndarray ([X, Y, Z, ...], 2)
Array containing the mean signal diffusivity and mean signal kurtosis
in its last axis
gtab : a GradientTable class instance
Expand Down Expand Up @@ -454,7 +454,7 @@ def smt2f(self):
Returns
-------
smt2f : ndarray
ndarray
Axonal volume fraction calculated from MSK.
Notes
Expand Down

0 comments on commit d93f5b2

Please sign in to comment.