Open Starvexx opened 10 months ago
Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.
Hello @Starvexx!
Thank you for suggesting this enhancement.
Hello @Starvexx!
Please check the fresh version (development snapshot) of Stellarium: https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot
I have recently started to write scripts to generate a brief Stellarium show as part of the outreach module for the research project I am working on. In the first stage of our outreach module, we created HiPS surveys that are hosted on our project's Homepage, available through aladin light and also importable to aladin Desktop. The next stage of the outreach module includes, as mentioned above, the creation of a brief Stellarium show featuring our image material. Since Stellarium can render Healpix surveys, the easiest way would be to load these HiPS surveys into Stellarium and toggle the HiPS layers when needed. However, the
HipsMgr
class is not accessible through the scripting language, hence I am unable to toggle the HiPS Sky images from inside the script.Suggested solution: Make the
HipsMgr
accessible through the scripting API so that the HiPS layer could be turned on and off, e.g. as follows:Another quality of life improvement by making the
HipsMgr
part of the scripting API would be to easily import Healpix surveys into Stellarium via the scripting interface, e.g. something similar to what follows: