Home
last modified time | relevance | path

Searched refs:g520 (Results 1 – 20 of 20) sorted by relevance

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dsinit.c232 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in gal_dsinit() local
377 g520 = -532.114 + 3017.977 * (*em) - 5740.032 * emsq + 3708.2760 * eoc ; in gal_dsinit()
386 g520 = -5149.66 + 29936.92 * (*em) - 54087.36 * emsq + 31324.56 * eoc ; in gal_dsinit()
389 g520 = 1464.74 - 4664.75 * (*em) + 3763.64 * emsq ; in gal_dsinit()
434 *d5220 = temp * f522 * g520 ; in gal_dsinit()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c46 g520, g521, g532, g533; in zzdsin_() local
633 g520 = *eccm * 3017.977 - 532.114 - *emsq * 5740.032 + eoc * in zzdsin_()
647 g520 = *eccm * 29936.92 - 5149.66 - *emsq * 54087.36 + in zzdsin_()
650 g520 = 1464.74 - *eccm * 4664.75 + *emsq * 3763.64; in zzdsin_()
699 *d5220 = temp * f522 * g520; in zzdsin_()
H A Dzznrddp.c47 g410, g422, g520, g521, g532, g533, oxnode, pe0, ph0, pl0, rteqsq, in zznrddp_0_() local
887 g520 = eq * 29936.92 - 5149.66 - eqsq * 54087.36 + eoc * in zznrddp_0_()
890 g520 = 1464.74 - eq * 4664.75 + eqsq * 3763.64; in zznrddp_0_()
898 g520 = eq * 3017.977 - 532.114 - eqsq * 5740. + eoc * 3708.276; in zznrddp_0_()
944 dg[6] = temp * f522 * g520; in zznrddp_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c46 g520, g521, g532, g533; in zzdsin_() local
633 g520 = *eccm * 3017.977 - 532.114 - *emsq * 5740.032 + eoc * in zzdsin_()
647 g520 = *eccm * 29936.92 - 5149.66 - *emsq * 54087.36 + in zzdsin_()
650 g520 = 1464.74 - *eccm * 4664.75 + *emsq * 3763.64; in zzdsin_()
699 *d5220 = temp * f522 * g520; in zzdsin_()
H A Dzznrddp.c47 g410, g422, g520, g521, g532, g533, oxnode, pe0, ph0, pl0, rteqsq, in zznrddp_0_() local
887 g520 = eq * 29936.92 - 5149.66 - eqsq * 54087.36 + eoc * in zznrddp_0_()
890 g520 = 1464.74 - eq * 4664.75 + eqsq * 3763.64; in zznrddp_0_()
898 g520 = eq * 3017.977 - 532.114 - eqsq * 5740. + eoc * 3708.276; in zznrddp_0_()
944 dg[6] = temp * f522 * g520; in zznrddp_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp806 double g520; in DeepSpaceInitialise() local
816g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), -532.114, 3017.977, -5740.032, 3708.276); in DeepSpaceInitialise()
825g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), 1464.74, -4664.75, 3763.64, 0.0); in DeepSpaceInitialise()
827g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), -5149.66, 29936.92, -54087.36, 31324.56); in DeepSpaceInitialise()
876 deepspace_consts_.d5220 = temp * f522 * g520; in DeepSpaceInitialise()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp806 double g520; in DeepSpaceInitialise() local
816g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), -532.114, 3017.977, -5740.032, 3708.276); in DeepSpaceInitialise()
825g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), 1464.74, -4664.75, 3763.64, 0.0); in DeepSpaceInitialise()
827g520 = EvaluateCubicPolynomial(elements_.Eccentricity(), -5149.66, 29936.92, -54087.36, 31324.56); in DeepSpaceInitialise()
876 deepspace_consts_.d5220 = temp * f522 * g520; in DeepSpaceInitialise()
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsdp4.c312 se, g300, g310, g322, g410, g422, g520, g521, g532, in sdp4_deep_initialize() local
501 g520=-532.114+3017.977*eq-5740*deep_arg->eosq+3708.276*eoc; in sdp4_deep_initialize()
513 g520=1464.74-4664.75*eq+3763.64*deep_arg->eosq; in sdp4_deep_initialize()
516 g520=-5149.66+29936.92*eq-54087.36*deep_arg->eosq+31324.56*eoc; in sdp4_deep_initialize()
560 m->d5220=temp*f522*g520; in sdp4_deep_initialize()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp518 … f543, g200, g201, g211, g300, g310, g322, g410, g422, g520, g521, g532, g533, sgs, sini2, in init() local
597 g520 = -532.114 + 3017.977 * em - 5740.032 * emsq + 3708.2760 * eoc; in init()
607 g520 = -5149.66 + 29936.92 * em - 54087.36 * emsq + 31324.56 * eoc; in init()
609 g520 = 1464.74 - 4664.75 * em + 3763.64 * emsq; in init()
654 d5220 = temp * f522 * g520; in init()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c506 g300,g310,g322,g410,g422,g520,g521,g532,g533,gam, in Deep() local
693 g520 = -532.114+3017.977*eq-5740* in Deep()
709 g520 = 1464.74-4664.75*eq+3763.64*deep_arg->eosq; in Deep()
711 g520 = -5149.66+29936.92*eq-54087.36* in Deep()
771 d5220 = temp*f522*g520; in Deep()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp711 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in dsinit() local
811 g520 = -532.114 + 3017.977 * em - 5740.032 * emsq + 3708.2760 * eoc; in dsinit()
821 g520 =-5149.66 + 29936.92 * em - 54087.36 * emsq + 31324.56 * eoc; in dsinit()
823 g520 = 1464.74 - 4664.75 * em + 3763.64 * emsq; in dsinit()
869 d5220 = temp * f522 * g520; in dsinit()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c538 g300,g310,g322,g410,g422,g520,g521,g532,g533,gam, in Deep() local
723 g520 = -532.114+3017.977*eq-5740* in Deep()
738 g520 = 1464.74-4664.75*eq+3763.64*sat->deep_arg.eosq; in Deep()
740 g520 = -5149.66+29936.92*eq-54087.36* in Deep()
798 sat->dps.d5220 = temp*f522*g520; in Deep()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp682 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in dsinit() local
782 g520 = -532.114 + 3017.977 * em - 5740.032 * emsq + 3708.2760 * eoc; in dsinit()
792 g520 =-5149.66 + 29936.92 * em - 54087.36 * emsq + 31324.56 * eoc; in dsinit()
794 g520 = 1464.74 - 4664.75 * em + 3763.64 * emsq; in dsinit()
841 d5220 = temp * f522 * g520; in dsinit()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py761 g520 = -532.114 + 3017.977 * em - 5740.032 * emsq + 3708.2760 * eoc;
771 g520 =-5149.66 + 29936.92 * em - 54087.36 * emsq + 31324.56 * eoc;
773 g520 = 1464.74 - 4664.75 * em + 3763.64 * emsq;
818 d5220 = temp * f522 * g520;
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp730 g322, g410, g422, g520, g521, g532, g533, in dsinit() local
830 g520 = -532.114 + 3017.977 * em - 5740.032 * emsq + 3708.2760 * eoc; in dsinit()
840 g520 = -5149.66 + 29936.92 * em - 54087.36 * emsq + 31324.56 * eoc; in dsinit()
842 g520 = 1464.74 - 4664.75 * em + 3763.64 * emsq; in dsinit()
888 d5220 = temp * f522 * g520; in dsinit()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm4523 my ($g211, $g310, $g322, $g410, $g422, $g520);
4534 $g520 = - 532.114 + 3017.977 * $eq - 5740 * $eqsq + 3708.276
4547 $g520 = $eq > .715 ?
4599 $d5220 = $temp * $f522 * $g520;
5710 $g211, $g300, $g310, $g322, $g410, $g422, $g520, $g521, $g532,
5821 $g520=-532.114 + 3017.977*$init->{eccm}-
5835 $g520=-5149.66 +
5839 $g520= 1464.74 - 4664.75*$init->{eccm}+
5902 $parm->{d5220}= $temp*$f522*$g520;
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c1027 se, sel, ses, xls, g300, g310, g322, g410, g422, g520, g521, g532, in Deep() local
1217 g520=-532.114+3017.977*eq-5740*deep_arg->eosq+3708.276*eoc; in Deep()
1229 g520=1464.74-4664.75*eq+3763.64*deep_arg->eosq; in Deep()
1232 g520=-5149.66+29936.92*eq-54087.36*deep_arg->eosq+31324.56*eoc; in Deep()
1276 d5220=temp*f522*g520; in Deep()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/test_data/
H A Dferromag_quant_10.pkl1958 g520
/dports/security/vanguards-tor/vanguards-0.3.1/tests/
H A Dstate.mock2032 g520
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/io_port2/
H A DLvFpga_Chinch_Interface.ngc3 …>3n=ol52e71:>a0d127n;=k5d7ag?8c09m0m8o64=d524?b1kj16i:?<:e4`g>;b?881h;mm;<g520<c>ji01h9>a;f5gg=z{l…