You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to open the Brillouin data evaluated by BMicro 0.6.1 in Impose.
This is the error message I get:
Unhandled exception in Impose version 0.3.1:
Traceback (most recent call last):
File "/Volumes/Impose_0.3.1/Impose.app/Contents/MacOS/impose/gui/collect.py", line 149, in on_add_data
self.add_paths(paths)
File "/Volumes/Impose_0.3.1/Impose.app/Contents/MacOS/impose/gui/collect.py", line 87, in add_paths
self.session_scheme.append(pp)
File "impose/session.py", line 74, in append
data_source = DataSource(path)
File "impose/data.py", line 44, in init
self._initialize_from_path(path)
File "impose/data.py", line 95, in _initialize_from_path
data_channels, meta_orig = load(path)
File "impose/formats/init.py", line 45, in load
channels, meta = suffix_dictpath.suffix
File "impose/formats/fmt_bm_bmlab.py", line 39, in load_h5
evc.get_data(key)
File "bmlab/controllers.py", line 786, in get_data
KeyError: 'brillouin_shift'
The text was updated successfully, but these errors were encountered:
I am unable to open the Brillouin data evaluated by BMicro 0.6.1 in Impose.
This is the error message I get:
Unhandled exception in Impose version 0.3.1:
Traceback (most recent call last):
File "/Volumes/Impose_0.3.1/Impose.app/Contents/MacOS/impose/gui/collect.py", line 149, in on_add_data
self.add_paths(paths)
File "/Volumes/Impose_0.3.1/Impose.app/Contents/MacOS/impose/gui/collect.py", line 87, in add_paths
self.session_scheme.append(pp)
File "impose/session.py", line 74, in append
data_source = DataSource(path)
File "impose/data.py", line 44, in init
self._initialize_from_path(path)
File "impose/data.py", line 95, in _initialize_from_path
data_channels, meta_orig = load(path)
File "impose/formats/init.py", line 45, in load
channels, meta = suffix_dictpath.suffix
File "impose/formats/fmt_bm_bmlab.py", line 39, in load_h5
evc.get_data(key)
File "bmlab/controllers.py", line 786, in get_data
KeyError: 'brillouin_shift'
The text was updated successfully, but these errors were encountered: