Comment
parent
4a7d07535e
commit
53aabaada7
|
@ -311,6 +311,10 @@ void SGDP4::FindPositionSDP4(Eci& eci, double tsince) {
|
||||||
|
|
||||||
DeepSpacePeriodics(tsince, e, xincl, omega, xnode, xmam);
|
DeepSpacePeriodics(tsince, e, xincl, omega, xnode, xmam);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* keeping xincl positive important unless you need to display xincl
|
||||||
|
* and dislike negative inclinations
|
||||||
|
*/
|
||||||
if (xincl < 0.0) {
|
if (xincl < 0.0) {
|
||||||
xincl = -xincl;
|
xincl = -xincl;
|
||||||
xnode += Globals::PI();
|
xnode += Globals::PI();
|
||||||
|
|
Loading…
Reference in New Issue