Home
last modified time | relevance | path

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

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c110 double am , axnl , aynl , betal , cosim , cnod , in gal_sgp4() local
337 axnl = ep * cos ( argpp ) ; in gal_sgp4()
340 xl = mp + argpp + nodep + temp * sgp4->xlcof * axnl ; 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()
374 el2 = axnl *axnl + aynl * aynl ; in gal_sgp4()
385 sinu = am / rl * ( sineo1 - aynl - axnl * temp ) ; 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.c41 doublereal axnl; in zzsgp4_0_() local
1658 axnl = eccp * cos(argpp); in zzsgp4_0_()
1661 xl = mp + argpp + nodep + temp * xlcof * axnl; 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_()
1695 el2 = axnl * axnl + aynl * aynl; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); 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.c41 doublereal axnl; in zzsgp4_0_() local
1658 axnl = eccp * cos(argpp); in zzsgp4_0_()
1661 xl = mp + argpp + nodep + temp * xlcof * axnl; 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_()
1695 el2 = axnl * axnl + aynl * aynl; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); 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
1035 axnl = ep * cos(argpp); in sgp4()
1038 xl = mp + argpp + nodep + temp * xlcof * axnl; 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()
1060 el2 = axnl * axnl + aynl * aynl; in sgp4()
1074 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1075 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1849 axnl = ep * cos(argpp);
1852 xl = mp + argpp + nodep + temp * satrec.xlcof * axnl;
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;
1875 el2 = axnl*axnl + aynl*aynl;
1892 sinu = am / rl * (sineo1 - aynl - axnl * temp);
1893 cosu = am / rl * (coseo1 - axnl + aynl * temp);
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1700 double am , axnl , aynl , betal , cosim , cnod , in sgp4() local
1873 axnl = ep * cos(argpp); in sgp4()
1876 xl = mp + argpp + nodep + temp * satrec.xlcof * axnl; 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()
1900 el2 = axnl*axnl + aynl*aynl; in sgp4()
1916 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1917 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1655 double am , axnl , aynl , betal , cosim , cnod , in sgp4() local
1825 axnl = ep * std::cos(argpp); in sgp4()
1828 xl = mp + argpp + nodep + temp * satrec.xlcof * axnl; 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()
1852 el2 = axnl*axnl + aynl*aynl; in sgp4()
1868 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1869 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1752 double am, axnl, aynl, betal, cosim, cnod, in sgp4() local
1935 axnl = ep * cos(argpp); in sgp4()
1938 xl = mp + argpp + nodep + temp * satrec.xlcof * axnl; 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()
1962 el2 = axnl*axnl + aynl*aynl; in sgp4()
1978 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1979 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm6697 my ($am, $axnl, $aynl, $betal, $cosim, $cnod, $cos2u, $coseo1,
6847 $axnl= $eccp*cos($argpp);
6851 $xl= $mp+ $argpp+ $nodep+ $temp*$parm->{xlcof}*$axnl;
6863 $tem5= 1 - $coseo1*$axnl- $sineo1*$aynl;
6864 $tem5= ($u- $aynl*$coseo1+ $axnl*$sineo1- $eo1) / $tem5;
6873 $ecose= $axnl*$coseo1+$aynl*$sineo1;
6874 $esine= $axnl*$sineo1-$aynl*$coseo1;
6875 $el2= $axnl*$axnl+$aynl*$aynl;
6887 $sinu= $am/$rl*($sineo1-$aynl-$axnl*$temp);
6888 $cosu= $am/$rl*($coseo1-$axnl+$aynl*$temp);