Kstars
Functions | |
Q_SCRIPTABLE Q_NOREPLY void | Ekos::Align::abort () |
Q_SCRIPTABLE bool | Ekos::Align::captureAndSolve (bool initialCall=true) |
Q_SCRIPTABLE QList< double > | Ekos::Align::getTargetCoords () |
Q_SCRIPTABLE bool | Ekos::Align::loadAndSlew (QString fileURL=QString()) |
Q_SCRIPTABLE Q_NOREPLY void | Ekos::Align::setBinningIndex (int binIndex) |
Q_SCRIPTABLE Q_NOREPLY void | Ekos::Align::setSolverMode (int mode) |
void | Ekos::Align::setTarget (const SkyPoint &targetCoord) |
Q_SCRIPTABLE Q_NOREPLY void | Ekos::Align::setTargetCoords (double ra0, double de0) |
Q_SCRIPTABLE Q_NOREPLY void | Ekos::Align::setTargetPositionAngle (double value) |
void | Ekos::Align::setTelescopeCoordinates (const SkyPoint &position) |
void | Ekos::Align::stop (Ekos::AlignState mode) |
void | Ekos::Align::suspend () |
Detailed Description
Ekos::Align interface provides advanced scripting capabilities to solve images using online or offline astrometry.net.
Function Documentation
◆ abort()
|
inline |
◆ captureAndSolve()
◆ getTargetCoords()
◆ loadAndSlew()
DBUS interface function.
Loads an image (FITS, RAW, or JPG/PNG) and solve its coordinates, then it slews to the solved coordinates and an image is captured and solved to ensure the telescope is pointing to the same coordinates of the image.
- Parameters
-
fileURL URL to the image to solve
◆ setBinningIndex()
◆ setSolverMode()
◆ setTarget()
◆ setTargetCoords()
DBUS interface function.
Sets the target coordinates that the solver compares the solution coordinates to. By default, the target coordinates are those of the current mount when the capture and solve operation is started. In case of SYNC, only the error between the solution and target coordinates is calculated. When Slew to Target is selected, the mount would be slewed afterwards to this target coordinate.
- Parameters
-
ra0 J2000 Right Ascension in hours. de0 J2000 Declination in degrees.
◆ setTargetPositionAngle()
◆ setTelescopeCoordinates()
|
inline |
◆ stop()
◆ suspend()
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 28 2025 11:57:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.