Home
last modified time | relevance | path

Searched refs:eosq (Results 1 – 16 of 16) sorted by relevance

/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsdp4.c56 m->deep_arg.eosq=m->eo*m->eo; in sdp4_init()
57 m->deep_arg.betao2=1-m->deep_arg.eosq; in sdp4_init()
394 z1=3*(a1*a1+a2*a2)+z31*deep_arg->eosq; in sdp4_deep_initialize()
395 z2=6*(a1*a3+a2*a4)+z32*deep_arg->eosq; in sdp4_deep_initialize()
396 z3=3*(a3*a3+a4*a4)+z33*deep_arg->eosq; in sdp4_deep_initialize()
415 sl=-zn*s3*(z1+z3-14-6*deep_arg->eosq); in sdp4_deep_initialize()
428 m->xl4=-2*s3*(-21-9*deep_arg->eosq)*ze; in sdp4_deep_initialize()
491 eoc=eq*deep_arg->eosq; in sdp4_deep_initialize()
576 g200=1+deep_arg->eosq*(-2.5+0.8125*deep_arg->eosq); in sdp4_deep_initialize()
577 g310=1+2*deep_arg->eosq; in sdp4_deep_initialize()
[all …]
H A Dsgp4.c22 betao, betao2, c1sq, c2, c3, coef, coef1, del1, delo, eeta, eosq, in sgp4_init() local
33 eosq=m->eo*m->eo; in sgp4_init()
34 betao2=1.0-eosq; in sgp4_init()
H A Dsdp4.h23 double eosq, sinio, cosio, betao, aodp, theta2, member
H A Dorbit.c119 double eosq=m->eccentricity*m->eccentricity; in predict_perigee() local
120 double betao2=1.0-eosq; in predict_perigee()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c54 eosq = tle->eo*tle->eo; in SGP4()
55 betao2 = 1-eosq; in SGP4()
296 deep_arg.eosq = tle->eo*tle->eo; in SDP4()
297 deep_arg.betao2 = 1-deep_arg.eosq; in SDP4()
596 z12 = -6*(a1*a6+a3*a5)+ deep_arg->eosq* in Deep()
600 z22 = 6*(a4*a5+a2*a6)+ deep_arg->eosq* in Deep()
625 xl4 = -2*s3*(-21-9*deep_arg->eosq)*ze; in Deep()
680 eoc = eq*deep_arg->eosq; in Deep()
786 g200 = 1+deep_arg->eosq*(-2.5+0.8125*deep_arg->eosq); in Deep()
787 g310 = 1+2*deep_arg->eosq; in Deep()
[all …]
H A Dsgp4sdp4.h64 eosq,sinio,cosio,betao,aodp,theta2,sing,cosg, member
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c54 eosq = sat->tle.eo * sat->tle.eo; in SGP4()
55 betao2 = 1 - eosq; in SGP4()
711 eoc = eq*sat->deep_arg.eosq; in Deep()
716 sat->deep_arg.eosq+156.591*eoc; in Deep()
720 sat->deep_arg.eosq+313.953*eoc; in Deep()
728 sat->deep_arg.eosq+266.724*eoc; in Deep()
746 sat->deep_arg.eosq+5542.21*eoc; in Deep()
750 sat->deep_arg.eosq+ 5341.4*eoc; in Deep()
812 g200 = 1+sat->deep_arg.eosq*(-2.5+0.8125*sat->deep_arg.eosq); in Deep()
813 g310 = 1+2*sat->deep_arg.eosq; in Deep()
[all …]
H A Dsgp4sdp4.h123 double eosq,sinio,cosio,betao,aodp,theta2,sing,cosg; member
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp64 const double eosq = elements_.Eccentricity() * elements_.Eccentricity(); in Initialise() local
65 const double betao2 = 1.0 - eosq; in Initialise()
672 double z1 = 3.0 * (a1 * a1 + a2 * a2) + z31 * eosq; in DeepSpaceInitialise()
673 double z2 = 6.0 * (a1 * a3 + a2 * a4) + z32 * eosq; in DeepSpaceInitialise()
674 double z3 = 3.0 * (a3 * a3 + a4 * a4) + z33 * eosq; in DeepSpaceInitialise()
679 const double z21 = 6.0 * a2 * a5 + eosq * (24. * x1 * x5 - 6. * x3 * x7); in DeepSpaceInitialise()
697 sl = -zn * s3 * (z1 + z3 - 14.0 - 6.0 * eosq); in DeepSpaceInitialise()
718 deepspace_consts_.xl4 = -2.0 * s3 * (-21.0 - 9.0 * eosq) * ze; in DeepSpaceInitialise()
776 const double g200 = 1.0 + eosq * (-2.5 + 0.8125 * eosq); in DeepSpaceInitialise()
777 const double g310 = 1.0 + 2.0 * eosq; in DeepSpaceInitialise()
[all …]
H A DOrbitalElements.cpp42 const double eosq = Eccentricity() * Eccentricity(); in OrbitalElements() local
43 const double betao2 = 1.0 - eosq; in OrbitalElements()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp64 const double eosq = elements_.Eccentricity() * elements_.Eccentricity(); in Initialise() local
65 const double betao2 = 1.0 - eosq; in Initialise()
672 double z1 = 3.0 * (a1 * a1 + a2 * a2) + z31 * eosq; in DeepSpaceInitialise()
673 double z2 = 6.0 * (a1 * a3 + a2 * a4) + z32 * eosq; in DeepSpaceInitialise()
674 double z3 = 3.0 * (a3 * a3 + a4 * a4) + z33 * eosq; in DeepSpaceInitialise()
679 const double z21 = 6.0 * a2 * a5 + eosq * (24. * x1 * x5 - 6. * x3 * x7); in DeepSpaceInitialise()
697 sl = -zn * s3 * (z1 + z3 - 14.0 - 6.0 * eosq); in DeepSpaceInitialise()
718 deepspace_consts_.xl4 = -2.0 * s3 * (-21.0 - 9.0 * eosq) * ze; in DeepSpaceInitialise()
776 const double g200 = 1.0 + eosq * (-2.5 + 0.8125 * eosq); in DeepSpaceInitialise()
777 const double g310 = 1.0 + 2.0 * eosq; in DeepSpaceInitialise()
[all …]
H A DOrbitalElements.cpp42 const double eosq = Eccentricity() * Eccentricity(); in OrbitalElements() local
43 const double betao2 = 1.0 - eosq; in OrbitalElements()
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c795 eosq=tle->eo*tle->eo; in SGP4()
796 betao2=1.0-eosq; in SGP4()
1114 z1=3*(a1*a1+a2*a2)+z31*deep_arg->eosq; in Deep()
1115 z2=6*(a1*a3+a2*a4)+z32*deep_arg->eosq; in Deep()
1148 xl4=-2*s3*(-21-9*deep_arg->eosq)*ze; in Deep()
1207 eoc=eq*deep_arg->eosq; in Deep()
1292 g200=1+deep_arg->eosq*(-2.5+0.8125*deep_arg->eosq); in Deep()
1293 g310=1+2*deep_arg->eosq; in Deep()
1294 g300=1+deep_arg->eosq*(-6+6.60937*deep_arg->eosq); in Deep()
1551 deep_arg.eosq=tle->eo*tle->eo; in SDP4()
[all …]
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DSGP4.h194 …void DeepSpaceInitialise(const double eosq, const double sinio, const double cosio, const double b…
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DSGP4.h194 …void DeepSpaceInitialise(const double eosq, const double sinio, const double cosio, const double b…
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2996 my $beta02 = 1 - $eosq;
3345 my $beta02 = 1 - $eosq;
3631 my $beta02 = 1 - $eosq;
3672 my $alpha2 = 1 + $eosq;
3688 my $xndt = $c1 * ( (2 + $eta2 * (3 + 34 * $eosq) +
3711 $eosq * (15.5 + 7 * $eta2)) +
3724 my $d9 = $eta * (6 + 68 * $eosq) +
3747 $eosq * (15.5 + 21 * $eta2)) * $etdt +
4018 my $beta02 = 1 - $eosq;
4058 my $alpha2 = 1 + $eosq;
[all …]