Skip to content

Commit

Permalink
save NSID from list to dict 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slautin committed Aug 23, 2024
1 parent d248b18 commit 74ca670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SciFiReaders/readers/SID/Nsid_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def read_all(self, recursive=True, parent=None):

if recursive:
list_of_main = self._main_dsets
keys = ['Channel_{0:3}'.format(i) for i in range(len(list_of_main))]
else:
list_of_main = []
keys = []
Expand Down

0 comments on commit 74ca670

Please sign in to comment.