Skip to content

Commit

Permalink
Update emd_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Feb 26, 2024
1 parent a6157d0 commit a3c730a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciFiReaders/readers/microscopy/em/tem/emd_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_image(self):
data_array = np.empty(self.data_array.shape)
self.data_array.read_direct(data_array)
self.data_array = np.rollaxis(data_array, axis=2)
# np.moveaxis(data_array, source=[0, 1, 2], destination=[2, 0, 1])
# np.moveaxis(data_array, source=[0, 1, 2], destination=[2, 0, 1])

self.datasets[key] = sidpy.Dataset.from_array(self.data_array)
self.datasets[key].data_type = 'image_stack'
Expand Down

0 comments on commit a3c730a

Please sign in to comment.