Home
last modified time | relevance | path

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

/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dearth_gravity.py4 from sgp4.propagation import getgravconst
11 wgs72old = EarthGravity(*getgravconst('wgs72old'))
12 wgs72 = EarthGravity(*getgravconst('wgs72'))
13 wgs84 = EarthGravity(*getgravconst('wgs84'))
H A Dpropagation.py2027 def getgravconst(whichconst): function
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.h114 void getgravconst
H A Dsgp4io.cpp92 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in twoline2rv()
H A Dsgp4unit.cpp732 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in dsinit()
1202 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in initl()
1417 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in sgp4init()
1723 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in sgp4()
2057 void getgravconst in getgravconst() function
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.h105 void getgravconst(gravconsttype whichconst, double& tumin, double& mu, double& radiusearthkm,
H A DgSatTEME.cpp64 getgravconst(CONSTANTS_SET, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2); in gSatTEME()
H A Dsgp4io.cpp93 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in twoline2rv()
H A Dsgp4unit.cpp703 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in dsinit()
1174 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in initl()
1392 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in sgp4init()
1686 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in sgp4()
2004 void getgravconst(gravconsttype whichconst, double& tumin, double& mu, double& radiusearthkm, in getgravconst() function
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.h137 void getgravconst
H A DSGP4.cpp1426 getgravconst(whichconst, satrec.tumin, satrec.mus, satrec.radiusearthkm, satrec.xke, in sgp4init()
2075 void getgravconst in getgravconst() function
/dports/astro/marble/marble-21.12.3/src/plugins/render/satellites/
H A DSatellitesTLEItem.cpp38 getgravconst( wgs84, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in SatellitesTLEItem()