Skip to content
Snippets Groups Projects
Commit 328ed6b1 authored by Julius Steiglechner's avatar Julius Steiglechner
Browse files

Add types.

parent 6429f1d6
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ def read_nii(filepath: Union[str, Path]) -> Tuple[np.ndarray, np.ndarray]:
Returns
-------
image : TYPE
image : np.ndarray
Image data.
affine_matrix : TYPE
affine_matrix : np.ndarray
Corresponsing affine matrix.
"""
......@@ -120,7 +120,7 @@ def convert_to_original_datatype(
Returns
-------
image : TYPE
image : np.ndarray
Converted image.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment