ut-issl / s2e-core

Spacecraft Simulation Environment Core codes
MIT License
46 stars 18 forks source link

SGP4の軌道計算の引数変更 #644

Closed Hiro-0110 closed 3 months ago

Hiro-0110 commented 3 months ago

Related issues

645

Description

細かい時間間隔(1us)で軌道をupdateする際にユリウス日だと毎回updateがなされないことから、以下の変更をすることでupdateされる頻度を上げた。

現在のコードでは、秒→ユリウス日に変換した上で、SGP4に渡して内部ではユリウス日→分に変換されている。そこで、ユリウス秒のままSGP4に渡して内部で秒→分とするようにした。

Test results

Provide the test results and a link to the detailed results log.

Impact

Describe the scope of influence of the changes, e.g., The behavior of feature ** changes.

Supplementary information

Provide any supplementary information.

200km commented 3 months ago

@Hiro-0110 こちら、まずissueを立ててください。ミーティングで伝えたつもりですが、このPRをそのまま受け取ることはおそらくできず、issueの中でどのように修正するか議論するところから始まるかなと思います。 また、上の議論をするためにどのくらい短い時間で伝搬したいのかなどの目標情報ももう少し細かくください。