Home
last modified time | relevance | path

Searched refs:whichconst (Results 1 – 14 of 14) sorted by relevance

/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dmodel.py49 def twoline2rv(cls, line1, line2, whichconst=WGS72): argument
50 whichconst = gravity_constants[whichconst]
52 twoline2rv(line1, line2, whichconst, 'i', self)
73 def sgp4init(self, whichconst, opsmode, satnum, epoch, bstar, argument
75 whichconst = gravity_constants[whichconst]
93 sgp4init(whichconst, opsmode, satnum, epoch, bstar, ndot, nddot,
H A Dio.py101 def twoline2rv(longstr1, longstr2, whichconst, opsmode='i', satrec=None): argument
129 satrec.whichconst = whichconst # Python extension: remembers its consts
236 sgp4init(whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar,
H A Dpropagation.py1289 whichconst, opsmode, satn, epoch, argument
1339 satrec.j2, satrec.j3, satrec.j4, satrec.j3oj2) = whichconst;
1586 sgp4(satrec, 0.0, whichconst);
1683 def sgp4(satrec, tsince, whichconst=None): argument
2027 def getgravconst(whichconst): argument
2029 if whichconst == 'wgs72old':
2040 elif whichconst == 'wgs72':
2050 elif whichconst == 'wgs84':
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.h97 gravconsttype whichconst, char opsmode, const int satn, const double epoch,
105 gravconsttype whichconst, elsetrec& satrec, double tsince,
116 gravconsttype whichconst,
H A Dsgp4io.cpp74 gravconsttype whichconst, in twoline2rv() argument
92 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in twoline2rv()
256 sgp4init( whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar, in twoline2rv()
H A Dsgp4io.h40 gravconsttype whichconst,
H A Dsgp4unit.cpp94 gravconsttype whichconst,
128 int satn, gravconsttype whichconst,
686 gravconsttype whichconst, in dsinit() argument
732 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in dsinit()
1181 int satn, gravconsttype whichconst, in initl() argument
1560 whichconst, in sgp4init()
1598 sgp4(whichconst, satrec, 0.0, r, v); in sgp4init()
1696 gravconsttype whichconst, elsetrec& satrec, double tsince, in sgp4() argument
2059 gravconsttype whichconst, in getgravconst() argument
2071 switch (whichconst) in getgravconst()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.h95 bool sgp4init(gravconsttype whichconst, char opsmode, const int satn, const double epoch,
100 bool sgp4(gravconsttype whichconst, elsetrec& satrec, double tsince,
105 void getgravconst(gravconsttype whichconst, double& tumin, double& mu, double& radiusearthkm,
H A Dsgp4io.cpp78 gravconsttype whichconst, in twoline2rv() argument
93 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in twoline2rv()
203 sgp4init( whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar, in twoline2rv()
H A Dsgp4io.h37 gravconsttype whichconst, double& startmfe, double& stopmfe, double& deltamin,
H A Dsgp4unit.cpp87 static void dsinit(gravconsttype whichconst,
115 static void initl(int satn, gravconsttype whichconst,
658 static void dsinit(gravconsttype whichconst, in dsinit() argument
703 getgravconst( whichconst, tumin, mu, radiusearthkm, xke, j2, j3, j4, j3oj2 ); in dsinit()
1151 static void initl(int satn, gravconsttype whichconst, in initl() argument
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()
1525 dsinit(whichconst, in sgp4init()
1558 sgp4(whichconst, satrec, 0.0, r, v); in sgp4init()
2007 switch (whichconst) in getgravconst()
[all …]
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.h124 gravconsttype whichconst, char opsmode, const char satn[9], const double epoch,
139 gravconsttype whichconst,
155 gravconsttype whichconst,
H A Dwrapper.cpp105 gravconsttype whichconst = wgs72; in Satrec_twoline2rv() local
110 &string1, &string2, &whichconst)) in Satrec_twoline2rv()
152 SGP4Funcs::twoline2rv(line1, line2, ' ', ' ', 'i', whichconst, in Satrec_twoline2rv()
180 int whichconst; /* "int" rather than "gravconsttype" so we know size */ in Satrec_sgp4init() local
186 if (!PyArg_ParseTuple(args, "iCldddddddddd:sgp4init", &whichconst, in Satrec_sgp4init()
204 SGP4Funcs::sgp4init((gravconsttype) whichconst, opsmode, satnum_str, epoch, in Satrec_sgp4init()
H A DSGP4.cpp1362 gravconsttype whichconst, char opsmode, const char satn[5], const double epoch, in sgp4init() argument
1426 getgravconst(whichconst, satrec.tumin, satrec.mus, satrec.radiusearthkm, satrec.xke, in sgp4init()
2077 gravconsttype whichconst, in getgravconst() argument
2089 switch (whichconst) in getgravconst()
2125 fprintf(stderr, "unknown gravity option (%d)\n", whichconst); in getgravconst()
2176 gravconsttype whichconst, in twoline2rv() argument
2435 …sgp4init(whichconst, opsmode, satrec.satnum, (satrec.jdsatepoch + satrec.jdsatepochF) - 2433281.5,… in twoline2rv()