Home
last modified time | relevance | path

Searched refs:rvdot (Results 1 – 9 of 9) sorted by relevance

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c114 mvt , rdotl , rl , rvdot , rvdotl , sinim , in gal_sgp4() local
411 rvdot = rvdotl + nm * temp1 * ( sgp4->x1mth2 * cos2u + 1.5 * sgp4->con41 ) / sgp4->xke ; in gal_sgp4()
441 pv[1][0] = ( mvt * ux + rvdot * vx) * sgp4->vkmpersec * GAL_KM2M ; in gal_sgp4()
442 pv[1][1] = ( mvt * uy + rvdot * vy) * sgp4->vkmpersec * GAL_KM2M ; in gal_sgp4()
443 pv[1][2] = ( mvt * uz + rvdot * vz) * sgp4->vkmpersec * GAL_KM2M ; in gal_sgp4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c79 doublereal nodep, psisq, qzms24, rdotl, rvdot, s1, s2, s3, s4, s5, s6, s7, in zzsgp4_0_() local
1734 rvdot = rvdotl + xn * temp1 * (x1mth2 * cos2u + con41 * 1.5) / xke; in zzsgp4_0_()
1758 state[3] = (mv * ux + rvdot * vx) * kps; in zzsgp4_0_()
1759 state[4] = (mv * uy + rvdot * vy) * kps; in zzsgp4_0_()
1760 state[5] = (mv * uz + rvdot * vz) * kps; in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c79 doublereal nodep, psisq, qzms24, rdotl, rvdot, s1, s2, s3, s4, s5, s6, s7, in zzsgp4_0_() local
1734 rvdot = rvdotl + xn * temp1 * (x1mth2 * cos2u + con41 * 1.5) / xke; in zzsgp4_0_()
1758 state[3] = (mv * ux + rvdot * vx) * kps; in zzsgp4_0_()
1759 state[4] = (mv * uy + rvdot * vy) * kps; in zzsgp4_0_()
1760 state[5] = (mv * uz + rvdot * vz) * kps; in zzsgp4_0_()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2899 my $rvdot = SGP_XKE * sqrt ($pl) / $r;
2909 RVDOT = $rvdot
2949 $xdot = $rvdot * $vx + $xdot;
2950 $ydot = $rvdot * $vy + $ydot;
2951 $zdot = $rvdot * $vz + $zdot;
3969 my $xdot = $rdot * $ux + $rvdot * $vx;
3970 my $ydot = $rdot * $uy + $rvdot * $vy;
3971 my $zdot = $rdot * $uz + $rvdot * $vz;
4221 my $xdot = $rdot * $ux + $rvdot * $vx;
4222 my $ydot = $rdot * $uy + $rvdot * $vy;
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp719 …mrt = 0.0, mvt, rdotl, rl, rvdot, rvdotl, sinim, dndt, sin2u, sineo1 = 0, sini, sinip, sinsu, sinu… in sgp4() local
1096 rvdot = rvdotl + nm * temp1 * (x1mth2 * cos2u + 1.5 * con41) / XKE; in sgp4()
1119 sat_velx = (mvt * ux + rvdot * vx) * vkmpersec; in sgp4()
1120 sat_vely = (mvt * uy + rvdot * vy) * vkmpersec; in sgp4()
1121 sat_velz = (mvt * uz + rvdot * vz) * vkmpersec; in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1704 mvt , rdotl , rl , rvdot , rvdotl, sinim , in sgp4() local
1939 rvdot = rvdotl + nm * temp1 * (satrec.x1mth2 * cos2u + in sgp4()
1962 v[0] = (mvt * ux + rvdot * vx) * vkmpersec; in sgp4()
1963 v[1] = (mvt * uy + rvdot * vy) * vkmpersec; in sgp4()
1964 v[2] = (mvt * uz + rvdot * vz) * vkmpersec; in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1659 mvt , rdotl , rl , rvdot , rvdotl, sinim , in sgp4() local
1891 rvdot = rvdotl + nm * temp1 * (satrec.x1mth2 * cos2u + 1.5 * satrec.con41) / xke; in sgp4()
1913 v[0] = (mvt * ux + rvdot * vx) * vkmpersec; in sgp4()
1914 v[1] = (mvt * uy + rvdot * vy) * vkmpersec; in sgp4()
1915 v[2] = (mvt * uz + rvdot * vz) * vkmpersec; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1915 rvdot = rvdotl + nm * temp1 * (satrec.x1mth2 * cos2u +
1937 v = ((mvt * ux + rvdot * vx) * vkmpersec,
1938 (mvt * uy + rvdot * vy) * vkmpersec,
1939 (mvt * uz + rvdot * vz) * vkmpersec)
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1756 mvt, rdotl, rl, rvdot, rvdotl, sinim, in sgp4() local
2001 rvdot = rvdotl + nm * temp1 * (satrec.x1mth2 * cos2u + in sgp4()
2024 v[0] = (mvt * ux + rvdot * vx) * vkmpersec; in sgp4()
2025 v[1] = (mvt * uy + rvdot * vy) * vkmpersec; in sgp4()
2026 v[2] = (mvt * uz + rvdot * vz) * vkmpersec; in sgp4()