Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
larshinueber pushed 1 commit to develop tudat-team/tudat-space
- Update submodule to 9734d0cdee3303d034b61b22b7240d16109a4626 5775994
larshinueber opened a pull request on tudat-team/tudatpy-examples
Bump tudatpy version, revert TLE ephemeris creation, rerun examples
- Bump tudatpy version to v0.9 and remove dependencies that are installed as package dependencies anyway. - Revert creating the TLE ephemeris from the `sgp4()` function (see #89). - Rerun all exa...larshinueber pushed 2 commits to maintenance/bump-version-rerun larshinueber/tudatpy-examples
larshinueber created a branch on larshinueber/tudatpy-examples
maintenance/bump-version-rerun - Collection of examples showcasing Tudatpy functionalities. They can be run on mybinder.org as well.
larshinueber opened an issue on tudat-team/tudatpy-examples
Update TLE ephemeris creation
Once the fix from https://github.com/tudat-team/tudat/pull/286 has been merged in a stable version, update the TLE ephemeris creation settings to use the `environment_setup.ephemeris.sgp4()` and `e...larshinueber closed a pull request on tudat-team/tudat
Fix segfault thrown when creating SGP4 ephemeris
When trying to create an Ephemeris object from the new sgp4 ephemeris settings using the code below, a segfault is thrown: ```python delfi_tle = environment_setup.ephemeris.sgp4( "1 32789U...larshinueber opened a draft pull request on tudat-team/tudat
Fix segfault thrown when creating SGP4 ephemeris
When trying to create an Ephemeris object from the new sgp4 ephemeris settings using the code below, a segfault is thrown: ```python delfi_tle = environment_setup.ephemeris.sgp4( "1 32789U...larshinueber created a branch on larshinueber/tudat
fix/tle-ephemeris-settings-constructor - A C++ platform to perform astrodynamics and space research.
larshinueber pushed 53 commits to develop larshinueber/tudat
- Minor modifications for IFMS and Fdets file reading a04edf9
- Modified IFMS test e4943be
- Merge pull request #276 from larshinueber/develop Fix typo in shadow function b7f378c
- Intermediate commit 2483609
- Corrected TLE reading 8111c3b
- Merge remote-tracking branch 'origin/develop' into develop cd905e0
- Bump version: 2.13.0.dev54 → 2.13.0.dev55 e49661a
- Merge branch 'develop' into feature/station_position_automation 4f16d9a
- Corrected IFMS tests 8b42cd8
- Merge pull request #275 from tudat-team/feature/station_position_automation Feature/station position automation 49f49f7
- Bump version: 2.13.0.dev55 → 2.13.0.dev56 44d9f1e
- Bump version: 2.13.0.dev56 → 2.13.0.dev57 bde7e21
- Minor changes to time conversion function ff40308
- Deleted file 86589bc
- Merge pull request #277 from tudat-team/feature/interface_fix Feature/interface fix 3a321b5
- Bump version: 2.13.0.dev57 → 2.13.0.dev58 b972581
- Going to work on fdets files 6f4e51e
- Added extra interfaces afc510c
- Corrected compiler error beca11d
- Compiler error fix eea3bec
- and 33 more ...
larshinueber pushed 690 commits to master larshinueber/tudat
- Added covariance transformation; reused and refactored thrust frame 9d9f6d0
- Corrected frame order error 8074970
- Corrected frame order error a32bdce
- Merging 4a5a6f5
- Added unit test for generalized frame comversions ffa67be
- Added proper saving/extraction of state histories and dependent variables fbf1a34
- Added first set of files from old code f2ac1ee
- Got first clock unit tests to work 655db7e
- Added new code and unit tests for clock models 6334db4
- Corrected unit tests 1efb8d2
- Merge branch 'develop' into feature/clock_noise_models 240d23e
- Minor improvements to code 8945ccd
- Merged f652460
- EIH first run (not working) 8934e5a
- Improvement in EIH fbf02e0
- Making progress on partials 5db1fe7
- More progress on partials 13deb21
- Broke something 8eef642
- Some refatoring of EIH partials test c4e1b4a
- All partials w.r.t. exerting states working e64af07
- and 670 more ...
larshinueber opened an issue on tudat-team/tudat-space
Improve SEO of website
The findability of the website on search engines is quite bad. In my case, the (seemingly) only term that returns the website as first result is "tudat space", whereas any other term links to eithe...larshinueber opened an issue on tudat-team/tudat
Boost dependency incompatible with pygmo
When trying to install tudatpy and pygmo in the same conda environment (see environment.yaml below) the environment dependencies cannot be resolved due to a mismatch in the boost version. In the pa...larshinueber pushed 6 commits to master larshinueber/tudatpy-examples
- use create_body_ephemeris instead of create_ephemeris ce33a49
- use generic radiation pressure type cdc23b0
- use new rk4 interface in examples 3bca0ec
- use sgp4 interface to create tle ephemeris 7640298
- specify frame origin and orientation explicitly 442e253
- Merge pull request #87 from tudat-team/feature/docs-update Update interfaces for v0.9.0 589a097
larshinueber pushed 1 commit to develop tudat-team/tudat-space
- Update submodule to 589a0976689a347bf46993038348e3bf35e9a022 81e5f33
larshinueber opened a pull request on tudat-team/tudatpy-examples
Update interfaces for v0.9.0
- Create ephemeris settings from `environment_setup.ephemeris.sgp4` - Use `create_body_ephemeris` to create ephemeris directly from settings - Create integrator settings with `propagation_setup.i...larshinueber opened a pull request on tudat-team/tudatpy
fix TLE ephemeris default arguments to be Earth-centered
Since the fix will only apply to the dev build for now, the arguments will be passed explicitly in the example applicationslarshinueber created a branch on larshinueber/tudatpy
fix/tle-ephemeris-default-args - A Python platform to perform astrodynamics and space research.
larshinueber pushed 1 commit to feature/docs-update tudat-team/tudatpy-examples
- specify frame origin and orientation explicitly 442e253
larshinueber opened a pull request on tudat-team/tudatpy
fix typos and math renderings
Only typos in the docstrings were fixed to keep backwards compatibility of APIlarshinueber created a branch on larshinueber/tudatpy
fix/docstring-typos - A Python platform to perform astrodynamics and space research.
larshinueber opened an issue on tudat-team/tudatpy-examples
Bump tudatpy version and rerun all examples
larshinueber pushed 1 commit to feature/docs-update tudat-team/tudatpy-examples
- use sgp4 interface to create tle ephemeris 7640298
larshinueber pushed 1 commit to feature/docs-update tudat-team/tudatpy-examples
- use new rk4 interface in examples 3bca0ec