I believe the screenshot of the interpreter usage example (img/DemoConsole.png) is out of date. Following it throws the following error:
module 'xpecgen' has no attribute 'calculate_spectrum'
I believe this is the correct way to load it in:
from xpecgen import xpecgen as xg
I would fix it myself and submit a PR but on a mac and the UI would contrast with your GUI example screenshot.
I believe the screenshot of the interpreter usage example (img/DemoConsole.png) is out of date. Following it throws the following error:
module 'xpecgen' has no attribute 'calculate_spectrum'
I believe this is the correct way to load it in:from xpecgen import xpecgen as xg
I would fix it myself and submit a PR but on a mac and the UI would contrast with your GUI example screenshot.