Skip to content

Commit c927dbc

Browse files
author
IvanARashid
committed
Adjusted doc string of osipi_fit_full_volume
1 parent 6d87890 commit c927dbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wrappers/OsipiBase.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ def osipi_fit_full_volume(self, data, bvalues=None, **kwargs):
118118
Args:
119119
data (array): 3D (single slice) or 4D (multi slice) DWI data.
120120
bvalues (array, optional): The b-values of the DWI data. Defaults to None.
121+
122+
Returns:
123+
results (dict): Dict with key each containing an array which is a parametric map.
121124
"""
122125

123126
try:

0 commit comments

Comments
 (0)