Skip to content

Commit c4433c2

Browse files
authored
Merge pull request #858 from ANTsX/nifti_func_export
BUG: exported function names in nifti_utils.py
2 parents d9e441f + b0af838 commit c4433c2

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)