Skip to content

Commit

Permalink
Update dm_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Sep 10, 2023
1 parent 0ac5f49 commit e95d231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciFiReaders/readers/microscopy/em/tem/dm_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def read(self):
dataset.source = 'SciFiReaders.DMReader'
dataset.original_metadata['DM']['full_file_name'] = self.__filename

key = f'Channel_{image_number:03}'
key = f'Channel_{int(image_number):03d}'
self.datasets[key] = dataset
self.extract_crucial_metadata(key)

Expand Down

0 comments on commit e95d231

Please sign in to comment.