Home
last modified time | relevance | path

Searched refs:fov_w (Results 1 – 9 of 9) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dopsastrometry.cpp64 double fov_w, fov_h, fov_pixscale; in slotUpdateScale() local
67 alignModule->getCalculatedFOVScale(fov_w, fov_h, fov_pixscale); in slotUpdateScale()
69 if (fov_w == 0 || fov_h == 0) in slotUpdateScale()
79 fov_w /= 60; in slotUpdateScale()
81 kcfg_AstrometryImageScaleLow->setValue(qMin(fov_w, fov_h)); in slotUpdateScale()
82 kcfg_AstrometryImageScaleHigh->setValue(qMax(fov_w, fov_h)); in slotUpdateScale()
86 kcfg_AstrometryImageScaleLow->setValue(qMin(fov_w, fov_h)); in slotUpdateScale()
87 kcfg_AstrometryImageScaleHigh->setValue(qMax(fov_w, fov_h)); in slotUpdateScale()
H A Dopsastrometryindexfiles.cpp165 double fov_w, fov_h, fov_pixscale; in slotUpdate() local
168 alignModule->getFOVScale(fov_w, fov_h, fov_pixscale); in slotUpdate()
170 double fov_check = qMax(fov_w, fov_h); in slotUpdate()
172 …FOVOut->setText(QString("%1' x %2'").arg(QString::number(fov_w, 'f', 2), QString::number(fov_h, 'f… in slotUpdate()
H A Dalign.h284 void getFOVScale(double &fov_w, double &fov_h, double &fov_scale);
295 void getCalculatedFOVScale(double &fov_w, double &fov_h, double &fov_scale);
H A Dalign.cpp1113 void Align::getFOVScale(double &fov_w, double &fov_h, double &fov_scale) in getFOVScale() argument
1115 fov_w = fov_x; in getFOVScale()
1147 void Align::getCalculatedFOVScale(double &fov_w, double &fov_h, double &fov_scale) in getCalculatedFOVScale() argument
1150 fov_w = 206264.8062470963552 * ccd_width * ccd_hor_pixel / 1000.0 / focal_length; in getCalculatedFOVScale()
1154 fov_scale = (fov_w * (Options::solverBinningIndex() + 1)) / ccd_width; in getCalculatedFOVScale()
1157 fov_w /= 60.0; in getCalculatedFOVScale()
1379 double fov_lower = fov_w * lower_boundary; in generateFOVBounds()
1380 double fov_upper = fov_w * upper_boundary; in generateFOVBounds()
1441 double fov_w = fov_x; in generateRemoteArgs() local
1446 fov_w /= 60; in generateRemoteArgs()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/hips/
H A Dhipsfinder.cpp50 …yPoint *center, uint8_t level, double zoom, QImage *destinationImage, double &fov_w, double &fov_h) in render() argument
87 fov_w = cornerSkyCoords[0].angularDistanceTo(&cornerSkyCoords[1]).Degrees(); in render()
H A Dhipsfinder.h35 …Point *center, uint8_t level, double zoom, QImage *destinationImage, double &fov_w, double &fov_h);
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dmedia.cpp143 double fov_w = 0, fov_h = 0; in onTextReceived() local
144 … if (HIPSFinder::Instance()->render(oneObject, level, zoom, &centerImage, fov_w, fov_h)) in onTextReceived()
157 {"fov_w", QString::number(fov_w)}, in onTextReceived()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp740 double fov_w = (w * pixScaleX) / 60.0; in updateGuideParams() local
743 …l_FOV->setText(QString("%1x%2").arg(QString::number(fov_w, 'f', 1), QString::number(fov_h, 'f', 1)… in updateGuideParams()
/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog143 9b00fd163 2021-08-29 Jasem Mutlaq Add fov_w and fov_h to hipsfinder