-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate ska-ost-array-config for up-to-date SKA telescope layouts and custom subarrays #629
Comments
We need to touch the
The same code with RASCIL-backend doesn't work:
The reason is how we initialise the |
Closed in PR #631 |
Reopening because while some issues were solved in the mentioned PR, ska-ost-array-config is not integrated yet. The idea is to be able to load SKA layouts directly from this library without needing to export them to OSKAR .tm first. Need to wait for the Python 3.10 update though. |
I like your idea to load configurations directly without the need for OSKAR .tm files. We should come up with a similar mechanism for ALMA files. You can see in PR #634 that adding a new configuration adds a lot of new files to the Karabo package. It blows up the already pretty big package unnecessarily. |
PREREQUISITE: Karabo upgrade to Python 3.10
PR #630 integrates all SKA-Low and -Mid AA layouts into Karabo for use with the OSKAR simulator. See this documentation Documentation.pdf and this script array_config_to_oskar_tm.py.txt with the accompanying README README.txt.
When the upgrade of Karabo to Python 3.10 is done, ska-ost-array-config should be properly integrated to allow up-to-date SKA telescope layouts and custom subarrays to be directly loaded from there into Karabo. The integration should also allow to use the layouts with RASCIL, not just OSKAR. For RASCIL, we currently only offer the (at least partially outdated) telescopes the come with the RASCIL package.
The text was updated successfully, but these errors were encountered: