Kstars
            
 
   10#include <KLocalizedString> 
   18typedef enum { FOCUS_NONE,
 
   26               FOCUS_ABERRATION_INSPECTOR,
 
   34static const QString AutofocusReasonStr[FOCUS_MAX_REASONS] =
 
   43    "Build Filter Offsets",
 
   44    "Aberration Inspector",
 
   45    "Scheduler Initiated",
 
   46    "User Request (In-Seq)",
 
   51typedef enum { FOCUS_FAIL_NONE,
 
   54               FOCUS_FAIL_FOCUSER_NO_MOVE,
 
   57               FOCUS_FAIL_FOCUSER_OOB,
 
   58               FOCUS_FAIL_FLUCTUATIONS,
 
   61               FOCUS_FAIL_FOCUSER_ERROR,
 
   62               FOCUS_FAIL_FORCE_ABORT,
 
   63               FOCUS_FAIL_FILTER_MANAGER,
 
   64               FOCUS_FAIL_CAPTURE_TIMEOUT,
 
   65               FOCUS_FAIL_CAPTURE_FAILED,
 
   67               FOCUS_FAIL_NO_FOCUSER,
 
   72               FOCUS_FAIL_ADVISOR_COMPLETE,
 
   73               FOCUS_FAIL_ADVISOR_RERUN,
 
   74               FOCUS_FAIL_OPTIMISED_OUT,
 
   75               FOCUS_FAIL_MAX_REASONS
 
   76             } AutofocusFailReason;
 
   79static const QString AutofocusFailReasonStr[FOCUS_FAIL_MAX_REASONS] =
 
   84    "Unable to Move Focuser",
 
   86    "Delta HFR too small",
 
   87    "Focuser Move Out-Of-Bounds",
 
   88    "Hit Max Fluctuations",
 
   93    "Filter Mnaager Failed",
 
   98    "Pulse Value Too Low",
 
  101    "Unable to Fit Curve",
 
  102    "Focus Advisor Complete",
 
  103    "Focus Advisor Rerun",
 
  104    "Focus Optimised Out" 
Ekos is an advanced Astrophotography tool for Linux.
 
  
 
  This file is part of the KDE documentation.
  Documentation copyright © 1996-2025 The KDE developers.
  Generated on Fri May 2 2025 12:02:38 by
  
doxygen 1.13.2 written
  by 
Dimitri van Heesch, © 1997-2006
  
  KDE's Doxygen guidelines are available online.