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 24, 2024
1 parent d3e6a10 commit 931511f
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 @@ -120,7 +120,7 @@ def read(self, eds_stream=False):
self.get_image()
self.extract_crucial_metadata(self.key)
elif key == 'SpectrumStream':
if not no_eds:
if not self.no_eds:
for stream_key in self._h5_file['Data']['SpectrumStream']:
self.get_data('Data/SpectrumStream/' + stream_key)
self.get_eds(eds_stream)
Expand Down

0 comments on commit 931511f

Please sign in to comment.