Home
last modified time | relevance | path

Searched refs:primaryFocalLength (Results 1 – 12 of 12) sorted by relevance

/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindisensorinterface.cpp68 primaryAperture = primaryFocalLength - 1; in SensorInterface()
170 primaryFocalLength = ScopeParametersNP.np[1].value; in processSnoopDevice()
674 if (primaryFocalLength != -1) in addFITSKeywords()
675 … fits_update_key_s(fptr, TDOUBLE, "FOCALLEN", &primaryFocalLength, "Focal Length (mm)", &status); in addFITSKeywords()
H A Dindisensorinterface.h485 double primaryAperture, primaryFocalLength; variable
H A Dindiccd.h537 double primaryFocalLength, primaryAperture, guiderFocalLength, guiderAperture; variable
H A Dindiccd.cpp106 primaryFocalLength = std::numeric_limits<double>::quiet_NaN(); in CCD()
710 primaryFocalLength = atof(pcdataXMLEle(ep)); in ISSnoopDevice()
1785 if (primaryFocalLength > 0) in addFITSKeywords()
1786 effectiveFocalLength = primaryFocalLength; in addFITSKeywords()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.h496 …void getCurrentProfileTelescopeInfo(double &primaryFocalLength, double &primaryAperture, double &g…
H A Dmanager.cpp3135 void Manager::getCurrentProfileTelescopeInfo(double &primaryFocalLength, double &primaryAperture, d… in getCurrentProfileTelescopeInfo() argument
3153 primaryFocalLength = oneScope->focalLength(); in getCurrentProfileTelescopeInfo()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h357 …void setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, …
H A Dguide.cpp566 void Guide::setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLe… in setTelescopeInfo() argument
569 if (primaryFocalLength > 0) in setTelescopeInfo()
570 focal_length = primaryFocalLength; in setTelescopeInfo()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dalign.h244 …void setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLength, …
H A Dalign.cpp1031 void Align::setTelescopeInfo(double primaryFocalLength, double primaryAperture, double guideFocalLe… in setTelescopeInfo() argument
1034 if (primaryFocalLength > 0) in setTelescopeInfo()
1035 primaryFL = primaryFocalLength; in setTelescopeInfo()
/dports/devel/indi/indi-1.9.1/drivers/ccd/
H A Dguide_simulator.cpp45 primaryFocalLength = 900; // focal length of the telescope in millimeters in GuideSim()
481 targetFocalLength = primaryFocalLength; in DrawCcdFrame()
H A Dccd_simulator.cpp48 primaryFocalLength = 900; in CCDSim()
540 targetFocalLength = primaryFocalLength; in DrawCcdFrame()