Skip to content

Commit

Permalink
Merge pull request #120 from pycroscopy/switch2dict
Browse files Browse the repository at this point in the history
Update emd_reader.py
  • Loading branch information
gduscher authored Feb 26, 2024
2 parents 6fa39c6 + 5ec426b commit 8a93509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SciFiReaders/readers/microscopy/em/tem/emd_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ def get_image(self):
dimension_type='spatial'))
self.datasets[key].original_metadata = self.metadata

if not True:
print('nothing')

self.datasets[key].units = 'counts'
self.datasets[key].quantity = 'intensity'
if self.image_key in self.label_dict:
Expand Down

0 comments on commit 8a93509

Please sign in to comment.