Home
last modified time | relevance | path

Searched defs:whichconst (Results 1 – 9 of 9) sorted by relevance

/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dmodel.py49 def twoline2rv(cls, line1, line2, whichconst=WGS72): argument
73 def sgp4init(self, whichconst, opsmode, satnum, epoch, bstar, argument
H A Dio.py101 def twoline2rv(longstr1, longstr2, whichconst, opsmode='i', satrec=None): argument
H A Dpropagation.py1289 whichconst, opsmode, satn, epoch, argument
1683 def sgp4(satrec, tsince, whichconst=None): argument
2027 def getgravconst(whichconst): argument
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4io.cpp78 gravconsttype whichconst, in twoline2rv()
H A Dsgp4unit.cpp658 static void dsinit(gravconsttype whichconst, in dsinit()
1151 static void initl(int satn, gravconsttype whichconst, in initl()
1305 bool sgp4init(gravconsttype whichconst, char opsmode, const int satn, const double epoch, in sgp4init()
1653 bool sgp4(gravconsttype whichconst, elsetrec& satrec, double tsince, double r[3], double v[3]) in sgp4()
2004 void getgravconst(gravconsttype whichconst, double& tumin, double& mu, double& radiusearthkm, in getgravconst()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4io.cpp74 gravconsttype whichconst, in twoline2rv()
H A Dsgp4unit.cpp686 gravconsttype whichconst, in dsinit()
1181 int satn, gravconsttype whichconst, in initl()
1339 gravconsttype whichconst, char opsmode, const int satn, const double epoch, in sgp4init()
1696 gravconsttype whichconst, elsetrec& satrec, double tsince, in sgp4()
2059 gravconsttype whichconst, in getgravconst()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A Dwrapper.cpp105 gravconsttype whichconst = wgs72; in Satrec_twoline2rv() local
180 int whichconst; /* "int" rather than "gravconsttype" so we know size */ in Satrec_sgp4init() local
H A DSGP4.cpp1362 gravconsttype whichconst, char opsmode, const char satn[5], const double epoch, in sgp4init()
2077 gravconsttype whichconst, in getgravconst()
2176 gravconsttype whichconst, in twoline2rv()