V 14.2 has an error! Scripting a slew to RA and DEC #130
-
Before reporting an issue, please absolutely make sure to check the closed issues Also look into the wiki (https://github.com/Stellarium/stellarium/wiki/Common-Problems-for-the-current-version) Also look into the User Guide before reporting unexpected but correct behaviour. Don't report in this case. If you want to report a feature wish, delete these template lines above and below, and fill in. If you want to report a bug, please make sure to update and verify the bug still exists in the current version. Expected Behaviourscripted slew to RA /DEC Actual BehaviourSlews 6 minutes low and right for each star so not on the ocular cross. Steps to reproducecore.setDate('2018-04-01T22:00:00'); System
LogfileProblem when scripting a slew to ra/dec. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
http://stellarium.org/doc/head/classStelMainScriptAPI.html In case you wanted to center on the stars, you must use core.moveToRaDecJ2000() if you feed J2000 coordinates. |
Beta Was this translation helpful? Give feedback.
-
Hey George,
I have not found a reference to that script command.
Ok I will give that a try.
Thanks
John Mallett
http://www.astro.me.uk
From: Georg Zotti
Sent: Sunday, April 1, 2018 10:56 PM
To: Stellarium/stellarium
Cc: selseyastro ; Author
Subject: Re: [Stellarium/stellarium] V 14.2 has an error! Scripting a slew to RA and DEC (#130)
http://stellarium.org/doc/head/classStelMainScriptAPI.html
In case you wanted to center on the stars, you must use core.moveToRaDecJ2000() if you feed J2000 coordinates.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Virus-free. www.avg.com
…---
This email has been checked for viruses by AVG.
http://www.avg.com
|
Beta Was this translation helpful? Give feedback.
-
George, That worked... So used to J2000 I assumed everything worked in J2000....wrong.. |
Beta Was this translation helpful? Give feedback.
http://stellarium.org/doc/head/classStelMainScriptAPI.html
In case you wanted to center on the stars, you must use core.moveToRaDecJ2000() if you feed J2000 coordinates.