Home
last modified time | relevance | path

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

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c120 xmdf , xmx , xmy , nodedf, xnode , nodep , tc , dndt ; in gal_sgp4() local
150 nodedf = sgp4->nodeo + sgp4->nodedot * sgp4->t ; in gal_sgp4()
154 nodem = nodedf + sgp4->nodecf * t2 ; in gal_sgp4()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp721 …xincp, xl, xlm, mp, xmdf, xmx, xmy, nodedf, xnode, nodep, tc, sat_posx, sat_posy, sat_posz, sat_po… in sgp4() local
735 nodedf = m_ra + nodedot * tsince; in sgp4()
739 nodem = nodedf + nodecf * t2; in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1710 xmdf , xmx , xmy , nodedf, xnode , nodep, tc , dndt, in sgp4() local
1733 nodedf = satrec.nodeo + satrec.nodedot * satrec.t; in sgp4()
1737 nodem = nodedf + satrec.nodecf * t2; in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1665 xmdf , xmx , xmy , nodedf, xnode , nodep , tc , dndt , in sgp4() local
1696 nodedf = satrec.nodeo + satrec.nodedot * satrec.t; in sgp4()
1700 nodem = nodedf + satrec.nodecf * t2; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1762 xmdf, xmx, xmy, nodedf, xnode, nodep, tc, dndt, in sgp4() local
1784 nodedf = satrec.nodeo + satrec.nodedot * satrec.t; in sgp4()
1788 nodem = nodedf + satrec.nodecf * t2; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1708 nodedf = satrec.nodeo + satrec.nodedot * satrec.t;
1712 nodem = nodedf + satrec.nodecf * t2;