Kstars
13 #include "fitsviewer/fitsdata.h"
14 #include "fitsviewer/fitssepdetector.h"
15 #include "starcorrespondence.h"
17 #include "../guideview.h"
18 #include "calibration.h"
68 bool getDrift(
double oneStarDrift,
double reticle_x,
double reticle_y,
69 double *RADrift,
double *DECDrift);
72 void setCalibration(
const Calibration &calibration);
75 const SkyBackground &skybackground()
const
79 double getGuideStarMass()
const
83 double getGuideStarSNR()
const
90 starCorrespondence.reset();
96 void setupStarCorrespondence(
const QList<Edge> &neighbors,
int guideIndex);
100 const QRect *roi,
const double maxHFR)
const;
103 SSolver::Parameters getStarExtractionParameters(
int num);
108 const QRect *roi =
nullptr,
115 GuiderUtils::Vector point2arcsec(
const GuiderUtils::Vector &p)
const;
118 void computeStarDrift(
const Edge &star,
const Edge &reference,
119 double *driftRA,
double *driftDEC)
const;
128 double findMinDistance(
int index,
const QList<Edge*> &stars);
136 detectedStars = stars;
138 void setSkyBackground(
const SkyBackground &background)
140 skyBackground = background;
146 int getStarMap(
int index);
150 SkyBackground skyBackground;
153 StarCorrespondence starCorrespondence;
157 double guideStarMass = 0;
158 double guideStarSNR = 0;
165 Calibration calibration;
166 bool calibrationInitialized {
false};
169 bool allowMissingGuideStar {
true };
171 int unreliableDectionCounter { 0 };
173 friend class TestGuideStars;
QFuture< void > map(Sequence &sequence, MapFunctor function)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Aug 14 2022 04:13:56 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.