Searched refs:thgr70 (Results 1 – 8 of 8) sorted by relevance
/dports/astro/libgal/libgal-0.5.0/sgp4/ |
H A D | gal_initsgp4p.c | 108 double ts70, ds70, tfrac, c1, thgr70, fk5r, c1p2p ; in gal_initsgp4p() local 168 thgr70 = 1.7321343856509374 ; in gal_initsgp4p() 171 *gsto = fmod ( thgr70 + c1 * ds70 + c1p2p * tfrac + ts70 * ts70 * fk5r, GAL_2PI ) ; in gal_initsgp4p()
|
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/ |
H A D | zzinil.c | 29 doublereal tfrac, thgr70, c1, d1, j2; in zzinil_() local 441 thgr70 = 1.7321343856509374; in zzinil_() 444 *gsto = thgr70 + c1 * ids70 + c1p2p * tfrac + ts70 * ts70 * fk5r; in zzinil_()
|
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/ |
H A D | zzinil.c | 29 doublereal tfrac, thgr70, c1, d1, j2; in zzinil_() local 441 thgr70 = 1.7321343856509374; in zzinil_() 444 *gsto = thgr70 + c1 * ids70 + c1p2p * tfrac + ts70 * ts70 * fk5r; in zzinil_()
|
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/ |
H A D | satellite.cpp | 109 del, adel, po, ds70, ts70, tfrac, c1, thgr70, fk5r, c1p2p; in init() local 236 thgr70 = 1.7321343856509374; in init() 239 gsto = fmod(thgr70 + c1 * ds70 + c1p2p * tfrac + ts70 * ts70 * fk5r, TWOPI); in init()
|
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/ |
H A D | sgp4unit.cpp | 1197 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local 1241 thgr70= 1.7321343856509374; in initl() 1244 gsto = fmod( thgr70 + c1*ds70 + c1p2p*tfrac + ts70*ts70*fk5r, twopi); in initl()
|
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/ |
H A D | sgp4unit.cpp | 1169 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local 1212 thgr70= 1.7321343856509374; in initl() 1215 gsto = std::fmod( thgr70 + c1*ds70 + c1p2p*tfrac + ts70*ts70*fk5r, twopi); in initl()
|
/dports/astro/py-sgp4/python-sgp4-2.20/extension/ |
H A D | SGP4.cpp | 1220 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local 1265 thgr70 = 1.7321343856509374; in initl() 1268 double gsto1 = fmod(thgr70 + c1*ds70 + c1p2p*tfrac + ts70*ts70*fk5r, twopi); in initl()
|
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/ |
H A D | propagation.py | 1186 thgr70= 1.7321343856509374; 1189 gsto = (thgr70 + c1*ds70 + c1p2p*tfrac + ts70*ts70*fk5r) % twopi
|