We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83211c4 commit d13e172Copy full SHA for d13e172
nibabel/ecat.py
@@ -662,10 +662,6 @@ def raw_data_from_fileobj(self, frame=0):
662
offset = self._get_frame_offset(frame) + 512
663
fid_obj = self.fileobj
664
raw_data = array_from_file(shape, dtype, fid_obj, offset=offset)
665
- ## put data into neurologic orientation
666
- ### ASSUME Patient orientation is HFS as patient orientation
667
- ### is not always set in header
668
- raw_data = raw_data[::-1,::-1,::-1]
669
return raw_data
670
671
def data_from_fileobj(self, frame=0):
0 commit comments