How to display point of view (center of image)

Asked by Jim Hart

I may be missing an easy issue, but I cant find how to display the current pointing direction, center of view, and/or current cursor location, in either alt/az or eq. Thanks....great program.

Question information

Language:
English Edit question
Status:
Answered
For:
Stellarium Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Khalid AlAjaji (kajaji) said :
#1

There is no direct way to display the center view, which is your current pointing direction but you can open the script console [F12] and execute the following to display the desired information:

core.debug("Alt="+core.getViewAltitudeAngle ()+" Azi="+core.getViewAzimuthAngle ());

or for RA, Dec

core.debug("RA="+core.getViewRaAngle ()+" Dec="+getViewDecAngle ());

For cursor location, only when you click it will select the closest object and display its Alt,Azi and RA,Dec.

Can you help with this problem?

Provide an answer of your own, or ask Jim Hart for more information if necessary.

To post a message you must log in.