Home
last modified time | relevance | path

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

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c111 cos2u , coseo1 , cosi , cosip , cosisq , cossu , cosu , in gal_sgp4() local
358 coseo1 = cos ( 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()
386 cosu = am / rl * ( coseo1 - axnl + aynl * temp ) ; in gal_sgp4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c80 sfour, sinim, sinio, sinip, coseo1, sinsu, snodm, t2, t3, cosio2, in zzsgp4_0_() local
1488 coseo1 = 1.; in zzsgp4_0_()
1678 coseo1 = cos(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_()
1712 cosu = am / rl * (coseo1 - axnl + aynl * temp); in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c80 sfour, sinim, sinio, sinip, coseo1, sinsu, snodm, t2, t3, cosio2, in zzsgp4_0_() local
1488 coseo1 = 1.; in zzsgp4_0_()
1678 coseo1 = cos(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_()
1712 cosu = am / rl * (coseo1 - axnl + aynl * temp); in zzsgp4_0_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp717 …double am, axnl, aynl, betal, cosim, cnod, cos2u, coseo1 = 0, cosi, cosip, cosisq, cossu, cosu, de… in sgp4() local
1048 coseo1 = cos(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()
1075 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1656 cos2u, coseo1, cosi , cosip , cosisq, cossu , cosu, in sgp4() local
1669 coseo1 = 0.0; in sgp4()
1840 coseo1 = std::cos(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()
1869 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1701 cos2u, coseo1, cosi , cosip , cosisq, cossu , cosu, in sgp4() local
1888 coseo1 = cos(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()
1917 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1864 coseo1 = cos(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;
1893 cosu = am / rl * (coseo1 - axnl + aynl * temp);
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2868 my ($sineo1, $coseo1);
2871 $coseo1 = cos ($eo1);
2873 $tem5 = 1 - $coseo1 * $axnsl - $sineo1 * $aynsl;
2884 COSEO1 = $coseo1
2889 my $ecose = $axnsl * $coseo1 + $aynsl * $sineo1;
2890 my $esine = $axnsl * $sineo1 - $aynsl * $coseo1;
6717 $coseo1= 1;
6862 $coseo1= cos($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.cpp1753 cos2u, coseo1, cosi, cosip, cosisq, cossu, cosu, in sgp4() local
1950 coseo1 = cos(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()
1979 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()