instamatic-dev / instamatic

Python program for automated electron diffraction data collection
https://instamatic.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
56 stars 25 forks source link

ValueError(f'No such microscope interface: `{interface}`') #42

Closed stefsmeets closed 1 year ago

stefsmeets commented 3 years ago

Issue:

raise ValueError(f'No such microscope interface: `{interface}`')
ValueError: No such microscope interface: `jeol_tem`

Assumption: Despite the fact that the jeol_tem.yaml file does have the line ‘interface: jeol’, it falls back to the file name?

Workaround: Rename the .yaml to jeol.yaml

Thanks @danielnrainer