core.moveToRaDec() look at the specified coordinates (right ascension and declination) in the sky. // vim: ft=javascript
//
// ..\runScript.bat moveToRaDec.ssc
//
GridLinesMgr.setFlagAzimuthalGrid(true);
core.moveToRaDec("+240d", "20d");
core.moveToRaDec() must be preceded by a call to core.wait() in order to have any effect. The amount of the time to be waited can be minimal, for example 0.01 seconds. core.getViewRaAngle() and core.getViewDecAngle(), respectively. core.moveToAltAzi, core.moveToRaDec2000