Kstars
polaralignmentassistant.h
32 * these point, we can identify the RA rotational axis. From there, we compare the distance from RA axis
33 * to the celestial pole axis. For a perfectly aligned mount, the two points would overlap exactly.
34 * In reality, there is also some differences due to the mount mechanical limitations and measurements
37 * The user is then presented with a triangle that couples the corrections required in Altitude and Azimuth
38 * knobs to move the RA axis to the celestial pole. An optional feature is available the calculates the error
39 * in real time as the user move the mount around during refresh, but this feature is computationally intensive
110 void processPAHStage(double orientation, double ra, double dec, double pixscale, bool eastToTheRight, short healpix,
123 // Process the results of WCS from the solving process. If the results are good, we continue to the next phase.
128 // Update the correction offset by this percentage in order to move the triangle around when clicking on
143 return translated ? PAHStages[m_PAHStage].toString() : PAHStages[m_PAHStage].untranslatedText();
164 * @brief calculatePAHError Calculate polar alignment error in the Polar Alignment Helper (PAH) method
193 void polarResultUpdated(QLineF correctionVector, double polarError, double azError, double altError);
Align class handles plate-solving and polar alignment measurement and correction using astrometry....
Definition align.h:77
The PolarAlignmentAssistant class.
Definition polaralignmentassistant.h:46
The QProgressIndicator class lets an application display a progress indicator to show that a long tas...
Definition QProgressIndicator.h:24
Q_OBJECTQ_OBJECT
QObject * parent() const const
enabled
void show()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.