From 641375229c02af5381096adf7370c464a21602af Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Mon, 13 May 2024 13:39:51 +0900 Subject: [PATCH] Fix wgs_setting initialize --- data/sample/initialize_files/sample_satellite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sample/initialize_files/sample_satellite.ini b/data/sample/initialize_files/sample_satellite.ini index 69dcd5210..62991f053 100644 --- a/data/sample/initialize_files/sample_satellite.ini +++ b/data/sample/initialize_files/sample_satellite.ini @@ -92,7 +92,7 @@ epoch_jday = 2.458940966402607e6 tle1=1 25544U 98067A 20076.51604214 .00016717 00000-0 10270-3 0 9005 tle2=2 25544 51.6412 86.9962 0006063 30.9353 329.2153 15.49228202 17647 // World Geodetic System -wgs = 2 // 0: wgs72old, 1: wgs72, 2: wgs84 +wgs_setting = 2 // 0: wgs72old, 1: wgs72, 2: wgs84 ////////////////////////////////////////////////////////////////////////// // Settings for relative orbit propagation ////////////////////////////