Replies: 6 comments
-
Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us. |
Beta Was this translation helpful? Give feedback.
-
Where is the problem? Hint: https://stellarium.org/doc/0.21/classCustomObjectMgr.html |
Beta Was this translation helpful? Give feedback.
-
I do info = core.getObjectInfo("V* W Hydra"); to get its altitude and azimuth. I then observe the behavior I described (the function returns nothing, unless a manual search has been done before). Maybe this is not the right function to perform this action? |
Beta Was this translation helpful? Give feedback.
-
These custom objects are temporary. After program start, they don't exist. Only when you search for them, we look up at SIMBAD, and a new temporary custom object is created. This is of course deleted on exit. |
Beta Was this translation helpful? Give feedback.
-
Ah ok ! |
Beta Was this translation helpful? Give feedback.
-
Please add the custom objects before search... |
Beta Was this translation helpful? Give feedback.
-
Hello,
I noticed a bug concerning the use of the GetObjectInfo function when searching for "custom objects" (such as "V* W Hydra" or "* chi Cyg", ...). Indeed, the first time you run the script that contains this function after opening stellarium, this function returns nothing. You have to point to the object by hand with the "search" tool of the interface, then run the script again (without closing Stellarium) so that the function returns something.
Is there a solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions