Edited FindPositionSDP4() to fit pdf code
parent
43f6aca6f8
commit
bb054e47b0
|
@ -284,9 +284,7 @@ void SGDP4::FindPositionSDP4(double tsince) {
|
||||||
DeepSecular(tsince, xmdf, omgadf, xnode, em, xinc, xn);
|
DeepSecular(tsince, xmdf, omgadf, xnode, em, xinc, xn);
|
||||||
|
|
||||||
a = pow(constants_.XKE / xn, constants_.TWOTHRD) * pow(tempa, 2.0);
|
a = pow(constants_.XKE / xn, constants_.TWOTHRD) * pow(tempa, 2.0);
|
||||||
xn = constants_.XKE / pow(a, 1.5);
|
|
||||||
e = em - tempe;
|
e = em - tempe;
|
||||||
|
|
||||||
double xmam = xmdf + RecoveredMeanMotion() * templ;
|
double xmam = xmdf + RecoveredMeanMotion() * templ;
|
||||||
|
|
||||||
//CALL DPPER(E, XINC, OMGADF, XNODE, XMAM)
|
//CALL DPPER(E, XINC, OMGADF, XNODE, XMAM)
|
||||||
|
|
Loading…
Reference in New Issue