Home
last modified time | relevance | path

Searched refs:mountRA (Results 1 – 7 of 7) sorted by relevance

/dports/devel/indi/indi-1.9.1/libs/indibase/alignment/
H A DAlignmentSubsystemForDrivers.cpp67 …SubsystemForDrivers::AddAlignmentEntryEquatorial(double actualRA, double actualDec, double mountRA, in AddAlignmentEntryEquatorial() argument
77 INDI::IEquatorialCoordinates RaDec {range24(LST - mountRA), mountDec}; in AddAlignmentEntryEquatorial()
101 …ntSubsystemForDrivers::SkyToTelescopeEquatorial(double actualRA, double actualDec, double &mountRA, in SkyToTelescopeEquatorial() argument
109 mountRA = actualRA; in SkyToTelescopeEquatorial()
125 mountRA = range24(LST - eq.rightascension); in SkyToTelescopeEquatorial()
135 bool AlignmentSubsystemForDrivers::TelescopeEquatorialToSky(double mountRA, double mountDec, double… in TelescopeEquatorialToSky() argument
142 actualRA = mountRA; in TelescopeEquatorialToSky()
155 double lha = get_local_hour_angle(lst, mountRA); in TelescopeEquatorialToSky()
H A DAlignmentSubsystemForDrivers.h107 …bool AddAlignmentEntryEquatorial(double actualRA, double actualDec, double mountRA, double mountDe…
120 …bool SkyToTelescopeEquatorial(double actualRA, double actualDec, double &mountRA, double &mountDec…
132 …bool TelescopeEquatorialToSky(double mountRA, double mountDec, double &actualRA, double &actualDec…
/dports/devel/indi/indi-1.9.1/test/alignment/
H A Dalignment_scope.h102 double mountRA = 0, mountDec = 0; in ReadScopeStatus() local
107 … if (!TelescopeEquatorialToSky(range24(mountRA), rangeDec(mountDec), actualRA, actualDec)) in ReadScopeStatus()
110 actualRA = mountRA; in ReadScopeStatus()
150 double mountRA = ra, mountDec = dec; in Sync() local
152 return AddAlignmentEntryEquatorial(ra, dec, mountRA, mountDec); in Sync()
175 double mountRA, mountDec; in Goto() local
176 SkyToTelescopeEquatorial(ra, dec, mountRA, mountDec); in Goto()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguideinterface.cpp73 mountRA = position.ra(); in setMountCoords()
H A Dguideinterface.h104 dms mountRA, mountDEC, mountAzimuth, mountAltitude; variable
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dcalibration.h26 const dms &mountRA, const dms &mountDec);
H A Dinternalguider.cpp470 subBinX, subBinY, pierSide, mountRA, mountDEC); in calibrate()
966 info->ra = this->mountRA.Degrees(); in fillGuideInfo()