Home
last modified time | relevance | path

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

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c115 sin2u , sineo1 , sini , sinip , sinsu , sinu , in gal_sgp4() local
357 sineo1 = sin ( eo1 ) ; in gal_sgp4()
359 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl ; in gal_sgp4()
360 tem5 = ( u - aynl * coseo1 + axnl * sineo1 - eo1 ) / tem5 ; in gal_sgp4()
372 ecose = axnl *coseo1 + aynl * sineo1 ; in gal_sgp4()
373 esine = axnl *sineo1 - aynl * coseo1 ; in gal_sgp4()
385 sinu = am / rl * ( sineo1 - aynl - axnl * temp ) ; in gal_sgp4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c81 sineo1, cosio4, t4, tempa, tempe, templ, tumin, tzero, xhdot1, in zzsgp4_0_() local
1489 sineo1 = 0.; in zzsgp4_0_()
1677 sineo1 = sin(eo1); in zzsgp4_0_()
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1693 ecose = axnl * coseo1 + aynl * sineo1; in zzsgp4_0_()
1694 esine = axnl * sineo1 - aynl * coseo1; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c81 sineo1, cosio4, t4, tempa, tempe, templ, tumin, tzero, xhdot1, in zzsgp4_0_() local
1489 sineo1 = 0.; in zzsgp4_0_()
1677 sineo1 = sin(eo1); in zzsgp4_0_()
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1693 ecose = axnl * coseo1 + aynl * sineo1; in zzsgp4_0_()
1694 esine = axnl * sineo1 - aynl * coseo1; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); in zzsgp4_0_()
/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
1047 sineo1 = sin(eo1); in sgp4()
1049 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1050 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1058 ecose = axnl * coseo1 + aynl * sineo1; in sgp4()
1059 esine = axnl * sineo1 - aynl * coseo1; in sgp4()
1074 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1660 sin2u, sineo1, sini , sinip , sinsu , sinu , in sgp4() local
1671 sineo1 = 0.0; in sgp4()
1839 sineo1 = std::sin(eo1); in sgp4()
1841 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1842 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1850 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1851 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1868 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1705 sin2u, sineo1, sini , sinip , sinsu , sinu , in sgp4() local
1887 sineo1 = sin(eo1); in sgp4()
1889 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1890 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1898 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1899 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1916 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1863 sineo1 = sin(eo1);
1865 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl;
1866 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5;
1873 ecose = axnl*coseo1 + aynl*sineo1;
1874 esine = axnl*sineo1 - aynl*coseo1;
1892 sinu = am / rl * (sineo1 - aynl - axnl * temp);
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2868 my ($sineo1, $coseo1);
2870 $sineo1 = sin ($eo1);
2873 $tem5 = 1 - $coseo1 * $axnsl - $sineo1 * $aynsl;
2883 SINEO1 = $sineo1
2889 my $ecose = $axnsl * $coseo1 + $aynsl * $sineo1;
2890 my $esine = $axnsl * $sineo1 - $aynsl * $coseo1;
6719 $sineo1= 0;
6861 $sineo1= sin($eo1);
6863 $tem5= 1 - $coseo1*$axnl- $sineo1*$aynl;
6873 $ecose= $axnl*$coseo1+$aynl*$sineo1;
[all …]
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1757 sin2u, sineo1, sini, sinip, sinsu, sinu, in sgp4() local
1949 sineo1 = sin(eo1); in sgp4()
1951 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1952 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1960 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1961 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1978 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()