Home
last modified time | relevance | path

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

/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.h124 gravconsttype whichconst, char opsmode, const char satn[9], const double epoch,
154 char typerun, char typeinput, char opsmode,
H A Dwrapper.cpp181 int opsmode; /* "int" rather than "char" because "C" needs an int */ in Satrec_sgp4init() local
187 &opsmode, &satnum, &epoch, &bstar, &ndot, &nddot, in Satrec_sgp4init()
204 SGP4Funcs::sgp4init((gravconsttype) whichconst, opsmode, satnum_str, epoch, in Satrec_sgp4init()
H A DSGP4.cpp79 char opsmode
152 double& rp, double& rteosq, double& sinio, double& gsto, char opsmode
236 char opsmode in dpper() argument
328 if ((nodep < 0.0) && (opsmode == 'a')) in dpper()
337 if ((nodep < 0.0) && (opsmode == 'a')) in dpper()
1209 double ecco, double epoch, double inclo, double no_kozai, char opsmode, in initl() argument
1362 gravconsttype whichconst, char opsmode, const char satn[5], const double epoch, in sgp4init() argument
1432 satrec.operationmode = opsmode; in sgp4init()
2175 char typerun, char typeinput, char opsmode, in twoline2rv() argument
2435 …sgp4init(whichconst, opsmode, satrec.satnum, (satrec.jdsatepoch + satrec.jdsatepochF) - 2433281.5,… in twoline2rv()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4io.h39 char typerun, char typeinput, char opsmode,
H A Dsgp4io.cpp73 char typerun, char typeinput, char opsmode, in twoline2rv() argument
256 sgp4init( whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar, in twoline2rv()
H A Dsgp4unit.h97 gravconsttype whichconst, char opsmode, const int satn, const double epoch,
H A Dsgp4unit.cpp66 char opsmode
133 double& rp, double& rteosq,double& sinio , double& gsto, char opsmode
214 char opsmode in dpper() argument
307 if ((nodep < 0.0) && (opsmode == 'a')) { in dpper()
317 if ((nodep < 0.0) && (opsmode == 'a')) { in dpper()
1187 char opsmode in initl() argument
1232 if (opsmode == 'a') in initl()
1339 gravconsttype whichconst, char opsmode, const int satn, const double epoch, in sgp4init() argument
1413 satrec.operationmode = opsmode; in sgp4init()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4io.h36 void twoline2rv(char longstr1[130], char longstr2[130], char typerun, char typeinput, char opsmode,
H A Dsgp4io.cpp77 char typerun, char typeinput, char opsmode, in twoline2rv() argument
203 sgp4init( whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar, in twoline2rv()
H A Dsgp4unit.h95 bool sgp4init(gravconsttype whichconst, char opsmode, const int satn, const double epoch,
H A Dsgp4unit.cpp65 char opsmode);
120 double& rp, double& rteosq,double& sinio , double& gsto, char opsmode);
198 char opsmode) in dpper() argument
293 if ((nodep < 0.0) && (opsmode == 'a')) in dpper()
302 if ((nodep < 0.0) && (opsmode == 'a')) in dpper()
1157 char opsmode) in initl() argument
1203 if (opsmode == 'a') in initl()
1305 bool sgp4init(gravconsttype whichconst, char opsmode, const int satn, const double epoch, in sgp4init() argument
1388 satrec.operationmode = opsmode; in sgp4init()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dio.py101 def twoline2rv(longstr1, longstr2, whichconst, opsmode='i', satrec=None): argument
236 sgp4init(whichconst, opsmode, satrec.satnum, satrec.jdsatepoch-2433281.5, satrec.bstar,
H A Dmodel.py73 def sgp4init(self, whichconst, opsmode, satnum, epoch, bstar, argument
93 sgp4init(whichconst, opsmode, satnum, epoch, bstar, ndot, nddot,
H A Dpropagation.py154 def _dpper(satrec, inclo, init, ep, inclp, nodep, argpp, mp, opsmode): argument
276 if nodep < 0.0 and opsmode == 'a':
283 if nodep < 0.0 and opsmode == 'a':
1139 opsmode, argument
1177 if opsmode == 'a':
1289 whichconst, opsmode, satn, epoch, argument
1344 satrec.operationmode = opsmode;