Skip to content

Commit b0af838

Browse files
authored
BUG: exported function names in nifti_utils.py
Forgot to update these
1 parent d9e441f commit b0af838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ants/utils/nifti_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__all__ = [
22
"deshear_sform",
33
"get_nifti_sform_shear",
4-
"get_nifti_sform_image_info",
5-
"get_nifti_qform_image_info",
4+
"get_nifti_qform_spatial_info",
5+
"get_nifti_sform_spatial_info",
66
"get_nifti_spatial_transform_from_metadata",
77
"set_nifti_spatial_transform_from_metadata"
88
]

0 commit comments

Comments
 (0)