s2e-core icon indicating copy to clipboard operation
s2e-core copied to clipboard

Spacecraft Simulation Environment Core codes

Results 92 s2e-core issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

priority::medium
tools
patch

## 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 ##...

priority::medium
dynamics
major update

## 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...

priority::medium
dynamics
minor update

## 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...

priority::medium
environment
minor update

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/matplotlib/3.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/matplotlib/3.10.1?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/python-utils/3.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/python-utils/3.9.1?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/numpy-stl/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/numpy-stl/3.2.0?slim=true)](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

priority::medium
minor update