Initialise integrator by default
parent
3425dcaf7a
commit
be07d27ca8
|
@ -780,7 +780,7 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
|
|||
*/
|
||||
d_resonance_flag_ = false;
|
||||
d_synchronous_flag_ = false;
|
||||
bool initialize_integrator = false;
|
||||
bool initialize_integrator = true;
|
||||
|
||||
if (RecoveredMeanMotion() < 0.0052359877 && RecoveredMeanMotion() > 0.0034906585) {
|
||||
|
||||
|
|
6
main.cpp
6
main.cpp
|
@ -144,7 +144,7 @@ void RunTle(Tle tle, double start, double end, double inc) {
|
|||
|
||||
void RunTest() {
|
||||
|
||||
#if 0
|
||||
//#if 0
|
||||
|
||||
/*
|
||||
# ------------------ Verification test cases ----------------------
|
||||
|
@ -207,7 +207,7 @@ void RunTest() {
|
|||
"1 09998U 74033F 05148.79417928 -.00000112 00000-0 00000+0 0 4480",
|
||||
"2 09998 9.4958 313.1750 0270971 327.5225 30.8097 1.16186785 45878"), -1440.0, -720.0, 60.0);
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
# # Original STR#3 SDP4 test
|
||||
1 11801U 80230.29629788 .01431103 00000-0 14311-1 13
|
||||
|
@ -216,8 +216,8 @@ void RunTest() {
|
|||
RunTle(Tle("11801",
|
||||
"1 11801U 80230.29629788 .01431103 00000-0 14311-1 13",
|
||||
"2 11801 46.7916 230.4354 7318036 47.4722 10.4117 2.28537848 13"), 0.0, 1440.0, 360.0);
|
||||
//#endif
|
||||
|
||||
return;
|
||||
/*
|
||||
# EUTELSAT 1-F1 (ECS1)## fig lyddane choice in GSFC at 2080 min
|
||||
1 14128U 83058A 06176.02844893 -.00000158 00000-0 10000-3 0 9627
|
||||
|
|
Loading…
Reference in New Issue