Skip to content

Commit 1a8f4b4

Browse files
author
CindeeM
committed
fix typo in get_frame_affine
1 parent 631f9ac commit 1a8f4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/ecat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def get_affine(self):
739739

740740
def get_frame_affine(self, frame):
741741
"""returns 4X4 affine"""
742-
return self._subheader.get_affine(frame=frame)
742+
return self._subheader.get_frame_affine(frame=frame)
743743

744744
def get_frame(self,frame):
745745
return self._subheader.data_from_fileobj(frame)

0 commit comments

Comments
 (0)