Kstars
focusadvisor.h
16// FocusAdvisor is setup as a friend class of Focus because it is tightly coupled to Focus relying on many
19// FocusAdvisor is designed to assist the user with focus. Its main purpose is to setup Focus for new users
20// who may not be familiar with the many options that the Focus module offers. It will attempt to find reasonable focus
23// - Parameter setup - FocusAdvisor recommends a setup using well tried combinations including Linear 1 Pass
24// Hperbolic curve fitting and HFR measure. A help dialog displays the current and proposed parameter
26// - Find stars - Searches the range of travel of the focuser to find some stars. If the user knows roughtly where they
28// - Coarse adjustment - This tool will attempt to adjust parameters (step size and backlash) in order get a reasonable V-curve
29// without curve fitting. This is a preparatory step before running Autofocus to make sure parameters are
31// - Fine adjustment - This tool runs Autofocus and adjusts step size and backlash by analysing the results of Autofocus. If
163 void addParamToHelpTable(int &row, const QString ¶meter, const QString ¤tValue, const QString &newValue);
190 void processParam(T defaultValue, int &row, QVariantMap &map, const QWidget *widget, const QString text)
222 qCDebug(KSTARS_EKOS_FOCUS) << "Bad parameter widget" << widget->objectName() << "passed to" << __FUNCTION__;
240 qCDebug(KSTARS_EKOS_FOCUS) << "Bad template parameter" << defaultValue << "passed to" << __FUNCTION__;
342 void addResultsTable(QString section, int run, int startPos, int stepSize, int overscan, QString text);
bool isChecked() const const
currentText
decimals
suffix
bool isChecked() const const
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
objectName
QObject * parent() const const
suffix
value
QString arg(Args &&... args) const const
QFuture< void > map(Iterator begin, Iterator end, MapFunctor &&function)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 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:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.