s2e-core
s2e-core copied to clipboard
Spacecraft Simulation Environment Core codes
## Details There is an issue where clang-format in CI cannot correctly identify the commit when a commit is added to a pull request, causing the clang-format check not to...
## Related issues #687 ## Description The albedo calculation is now performed in the same way as for the calculation of solar heat input. ## Test results executed correctly ##...
## Details Albedo was not reflected in the thermal analysis algorithm under s2e-core/src/dynamics/thermal, so it was added. ## Closing conditions If executed simulation correctly ## Supplementary information ## Note
## Details We need a satellite orbit calculation method using interpolation with orbit time series input. We already have a basic function as follows. https://github.com/ut-issl/s2e-core/blob/develop/src/math_physics/orbit/interpolation_orbit.hpp ## Closing conditions The feature...
## Details We need the following radiation effect emulation. - Calculate the total dose in orbit. - Emulate SEE ## Closing conditions The features are implemented. ## Supplementary information Related...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [matplotlib](https://redirect.github.com/matplotlib/matplotlib) | `==3.7.2` -> `==3.10.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | patch | `v4.2.0` -> `v4.2.2` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [python-utils](https://redirect.github.com/WoLpH/python-utils) | `==3.5.2` -> `==3.9.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [numpy-stl](https://redirect.github.com/WoLpH/numpy-stl) | `==3.1.2` -> `==3.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## Related issues NA ## Description exampleディレクトリができた関係で、簡単にs2e-coreを実行できるようにするため次のような微修正を行った - logsディレクトリをexampleの下に移動させた - gitignoreの設定を変えた - VSCodeユーザーに対して、cmakeのディレクトリ設定を行う設定ファイルを追加した。 ## Test results See CI ## Impact 使いやすくなっただけで実態はあまり変わらないはず。 ## Supplementary information NA