Home
last modified time | relevance | path

Searched refs:guideFocalLength (Results 1 – 6 of 6) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.h496 …ProfileTelescopeInfo(double &primaryFocalLength, double &primaryAperture, double &guideFocalLength,
H A Dmanager.cpp3135 …ProfileTelescopeInfo(double &primaryFocalLength, double &primaryAperture, double &guideFocalLength, in getCurrentProfileTelescopeInfo() argument
3159 guideFocalLength = oneScope->focalLength(); in getCurrentProfileTelescopeInfo()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h357 …scopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, double guide…
H A Dguide.cpp566 …Guide::setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, in setTelescopeInfo() argument
574 if (guideFocalLength > 0) in setTelescopeInfo()
575 focal_length = guideFocalLength; in setTelescopeInfo()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dalign.h244 …scopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, double guide…
H A Dalign.cpp1031 …Align::setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, in setTelescopeInfo() argument
1036 if (guideFocalLength > 0) in setTelescopeInfo()
1037 guideFL = guideFocalLength; in setTelescopeInfo()