Home
last modified time | relevance | path

Searched refs:fk5r (Results 1 – 8 of 8) sorted by relevance

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_initsgp4p.c108 double ts70, ds70, tfrac, c1, thgr70, fk5r, c1p2p ; in gal_initsgp4p() local
169 fk5r = 5.07551419432269442e-15 ; 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 Dzzinil.c36 doublereal del, xke, x2o3, ts70, fk5r, tut1; in zzinil_() local
442 fk5r = 5.07551419432269442e-15; 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 Dzzinil.c36 doublereal del, xke, x2o3, ts70, fk5r, tut1; in zzinil_() local
442 fk5r = 5.07551419432269442e-15; 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 Dsatellite.cpp109 del, adel, po, ds70, ts70, tfrac, c1, thgr70, fk5r, c1p2p; in init() local
237 fk5r = 5.07551419432269442e-15; 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 Dsgp4unit.cpp1197 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local
1242 fk5r = 5.07551419432269442e-15; 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 Dsgp4unit.cpp1169 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local
1213 fk5r = 5.07551419432269442e-15; 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 DSGP4.cpp1220 double ts70, tfrac, c1, thgr70, fk5r, c1p2p; in initl() local
1266 fk5r = 5.07551419432269442e-15; 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 Dpropagation.py1187 fk5r = 5.07551419432269442e-15;
1189 gsto = (thgr70 + c1*ds70 + c1p2p*tfrac + ts70*ts70*fk5r) % twopi