Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

valeriof7

valeriof7 opened an issue on tudat-team/tudat
Add transponder delay via VehicleSystem object
PR #268 introduced the possibility to set the transponder delay with the new method of the `ObservationCollection` object named `setTransponderDelay` (see `include/tudat/simulation/estimation_setup...
valeriof7 opened an issue on tudat-team/tudat
Improve SPICE error handling
With PR #268, a first attempt of SPICE error handling has been drafted. This new implementation is coded in `include/tudat/interface/spice/spiceInterface.h`. However, this needs to be improved. Ide...
valeriof7 opened an issue on tudat-team/tudat
DSN transmitting frequency ramp tables overlap
In PR #268, the following code block in `include/tudat/astro/ground_stations/transmittingFrequencies.h` and relative unit test has been commented out, but needs to be addressed: """ // If there a...
valeriof7 pushed 76 commits to develop valeriof7/tudatpy
  • Corrected template argument 1862dd5
  • Bump version: 0.8.0.dev32 → 0.8.0.dev33 45a014f
  • minor update split_observation_set arguments. 4054fd1
  • Merge branch 'develop' of https://github.com/tudat-team/tudatpy into feature/odf_merge cdb1710
  • Merge pull request #190 from SamFayolle/feature/odf_merge Minor changes for MRO example 126947b
  • Bump version: 0.8.0.dev33 → 0.8.0.dev34 f969cd3
  • Fix and enhance observation model setup - Expose dsnNWayRangeObservationSettings function. Changes: - modified: ... 68d78b5
  • fix goco05c enum exposure 0f8a9bb
  • Merge pull request #191 from larshinueber/fix/sh-enum-exposure Fix goco05c enum exposure 1f2df6d
  • Bump version: 0.8.0.dev34 → 0.8.0.dev35 0ba3b35
  • Fix wrong exposing function for DSNNWayRangeObservable. Changes: - modified: tudatpy/kernel/expose_numerical_simul... 3d31782
  • Merge remote-tracking branch 'upstream/develop' into feature/odf_range cfcbf6d
  • Added new exposure function 5c008c0
  • Merge remote-tracking branch 'origin/develop' into develop 5ab84b2
  • Add dsn rage ancillary settings exposure 3e5d57a
  • Bump version: 0.8.0.dev35 → 0.8.0.dev36 4fa4f2b
  • Merged faf973e
  • Bump version: 0.8.0.dev36 → 0.8.0.dev37 4950953
  • added mission_data_downloader.py class to tudatpy/tudatpy/data 53f30aa
  • minor exposure change for GRAIL fit to spice example. 1d7b563
  • and 56 more ...

View on GitHub

valeriof7 pushed 86 commits to develop valeriof7/tudat
  • New feature: read and process sequential range from ODF file. New unit test: test the processing of doppler and seque... da26105
  • Remove erroneous file 01c9dc8
  • Merged 625a496
  • Merged 1c29327
  • Removed merge statement 8ddf1e8
  • Corrected variable access 5916eef
  • Bump version: 2.13.0.dev32 → 2.13.0.dev33 de37c11
  • Bump version: 2.13.0.dev33 → 2.13.0.dev34 40da553
  • small additions and fixes for MRO example. c511dc4
  • Added dsn range model (not yet working) 7ea7a95
  • Corrected ramp call in dsn range c89ae50
  • Merge remote-tracking branch 'origin/develop' into feature/odf_range 315e9c5
  • Correcting tolerances 33a4b3f
  • Merged and updated to long double compatibility f5d0c94
  • Merge pull request #256 from tudat-team/feature/odf_range Feature/odf range 8c869c7
  • Update build_and_test.yml 92633f4
  • Update unitTestTransmittingFrequencies.cpp 4ada1cf
  • Merge pull request #257 from tudat-team/feature/odf_extension Feature/odf extension c59ff2a
  • Bump version: 2.13.0.dev34 → 2.13.0.dev35 9a4b73a
  • Bump version: 2.13.0.dev35 → 2.13.0.dev36 92ea734
  • and 66 more ...

View on GitHub

valeriof7 pushed 1 commit to feature/odf_range valeriof7/tudatpy
  • Small bug fix after resolving conflicts b557672

View on GitHub

valeriof7 pushed 48 commits to feature/odf_range valeriof7/tudatpy
  • added mission_data_downloader.py class to tudatpy/tudatpy/data 53f30aa
  • Bump version: 0.8.0.dev39 → 0.8.0.dev40 1ef3929
  • Bump version: 0.8.0.dev40 → 0.8.0.dev41 6e12d27
  • Bump version: 0.8.0.dev32 → 0.8.0.dev33 e9bc670
  • Expose environment classes 3b6a69b
  • Possible fix for exposing KeplerEphemerisSettings e42ed93
  • Expose aerodynamic coefficient classes ab3b326
  • Expose atmosphere classes 559104e
  • Bump version: 0.8.0.dev41 → 0.8.0.dev42 454a8ba
  • Bump version: 0.8.0.dev42 → 0.8.0.dev43 667422b
  • Merge branch 'develop' into feature/add-environment a45f195
  • Merge pull request #194 from soufyanR1/feature/add-environment Expose environment classes 1f96f9c
  • Corrected compilation bugs 3115cd1
  • Bump version: 0.8.0.dev43 → 0.8.0.dev44 2c43e00
  • added partial Dominic suggestions to mission_data_downloader cb56106
  • Update mission_data_downloader.py to cassini_data_downloader version 887c65c
  • updated mission_data_downloader.py with cassini data downloading e875cf8
  • added documentation to mission_data_downloader.py, and fixed unused inputs in functions 0dcdee8
  • merged tudat-team/tudatpy/develop into local tudatpy/develop 1d564cf
  • Added imports 7c15a38
  • and 28 more ...

View on GitHub

valeriof7 created a review comment on a pull request on tudat-team/tudat
After our conversation, I'll open an issue once we merge

View on GitHub

valeriof7 created a review on a pull request on tudat-team/tudat

View on GitHub

valeriof7 created a comment on a pull request on tudat-team/tudat
Yes the indentation is the auto-formatting. By the way, did you have the time to review that and test it a bit? The model itself didn't change, something new is just the conversion factor as a fun...

View on GitHub

valeriof7 created a review comment on a pull request on tudat-team/tudat
I can try to address before the merge, what do you think?

View on GitHub

valeriof7 created a review on a pull request on tudat-team/tudat

View on GitHub

valeriof7 opened a pull request on tudat-team/tudatpy
Companion PR of "Add processing of sequential range from ODF files and SPICE error handling module"
This pull request adds the processing of sequential range from ODF files and the corresponding observation model for the computed observable. The current PR also includes the first draft of the SP...
valeriof7 opened a pull request on tudat-team/tudat
Add processing of DSN sequential range from ODF files and SPICE error handling module
This pull request adds the processing of sequential range from ODF files and the corresponding observation model for the computed observable. The current PR also includes the first draft of the SP...
valeriof7 pushed 26 commits to feature/odf_range valeriof7/tudat
  • Extensin of termination condition 40ee8ff
  • Corrected types for custom termination 03da4ff
  • Corrected new unit test 63e715a
  • Merge pull request #262 from tudat-team/feature/flexible_termination Extension of termination condition e213afc
  • Working on fix c460db0
  • Bump version: 2.13.0.dev41 → 2.13.0.dev42 a41f48a
  • Updates and corrections to viability calculator b880cc7
  • Corrected viability settings a116616
  • Merged 2c0004d
  • minor fixes for GRAIL fit to spice example. 4de5044
  • Correcting bug for obsevations with identical times db43953
  • Merge remote-tracking branch 'origin/develop' into develop d57776c
  • Merged 9b1e221
  • Extended viability test to 2-way 8abbb9a
  • Corrected test b054851
  • Merge pull request #265 from SamFayolle/feature/odf_tests minor fixes for GRAIL fit to spice example. c8c4b50
  • Suppressed warning (?) 45cae18
  • Merge pull request #263 from tudat-team/feature/viability_calculator_fix Feature/viability calculator fix 586758a
  • Bump version: 2.13.0.dev42 → 2.13.0.dev43 dac83a7
  • Merge branch 'develop' into feature/odf_range 41ab46e
  • and 6 more ...

View on GitHub

valeriof7 created a branch on valeriof7/tudatpy-examples

range_example - Collection of examples showcasing Tudatpy functionalities. They can be run on mybinder.org as well.

valeriof7 starred NASA-PDS/PyTrk234
valeriof7 created a comment on a pull request on tudat-team/tudat-bundle
I'm not familiar with the content manager from `contextlib`, but I've tried it and don't see any difference except for more readable code (not entirely sure btw). Here is a possible implementation...

View on GitHub

valeriof7 pushed 20 commits to feature/odf_range valeriof7/tudat
  • Bump version: 2.13.0.dev35 → 2.13.0.dev36 92ea734
  • removed multiple warnings when splitting single obs sets with filtered obs. 3827c85
  • Bump version: 2.13.0.dev36 → 2.13.0.dev37 c13648a
  • Bump version: 2.13.0.dev37 → 2.13.0.dev38 06482fd
  • Merge branch 'develop' of https://github.com/tudat-team/tudat into feature/odf_tests fd21a0d
  • Small update to transmission time computation fd90bab
  • Update unitTestTransmittingFrequencies.cpp 4f71971
  • Merge pull request #259 from SamFayolle/feature/odf_tests Minor changes for MRO example a018418
  • Merge pull request #258 from tudat-team/feature/transmission_correction Small update to transmission time computation b04262d
  • Bump version: 2.13.0.dev38 → 2.13.0.dev39 6e968cd
  • Fix and enhance observation model setup - Included necessary headers for TwoWayDopplerObservationModel and OneWayDo... 79373da
  • Removed extern templates 91bcb9b
  • Update CMakeLists.txt 11222ad
  • Re-enable tests ae9dc3f
  • Use ObservatioModelSetting class as base class for DsnNWayRangeObservationSettings. Changes: - modified: include/t... c2ec600
  • Update unitTestLightTimePartials.cpp 78b4e2c
  • Merge pull request #261 from tudat-team/feature/remove_extern_templates Removed extern templates b0d5296
  • Bump version: 2.13.0.dev39 → 2.13.0.dev40 469a572
  • Bump version: 2.13.0.dev40 → 2.13.0.dev41 50d94df
  • Merge remote-tracking branch 'upstream/develop' into feature/odf_range 9cfed98

View on GitHub

valeriof7 created a branch on valeriof7/tudatpy

feature/odf_range - A Python platform to perform astrodynamics and space research.

valeriof7 created a branch on valeriof7/tudat

feature/odf_range - A C++ platform to perform astrodynamics and space research.

valeriof7 pushed 1 commit to updatesBundle valeriof7/tudat-bundle
  • Fix help prints with defaults ffe7897

View on GitHub

valeriof7 created a review comment on a pull request on tudat-team/tudat-bundle
Fixed in commit

View on GitHub

valeriof7 created a review on a pull request on tudat-team/tudat-bundle

View on GitHub

valeriof7 pushed 109 commits to processOdf valeriof7/tudat
  • 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
  • Merged e983230
  • Corrected includes e3530ca
  • Merge branch 'develop' into feature/clock_noise_models cb07a51
  • Attempting merge f19784e
  • Two-way clock noise working 061e0aa
  • added the colored clock noise models to the feature clock noise models" 6931e44
  • Added two- and three-way clock partials a3f1edf
  • Merged specular & diffuse estimation to develop branch 726c38c
  • tiny mistake 4f482ae
  • tiny mistake 2 6c4e495
  • working 0af15e1
  • first version set reference points in ObservationCollection. c02d1ac
  • Juice test 88ec5ae
  • Juice test 1532291
  • changed reference point position to ephemeris object. 0b4be08
  • and 89 more ...

View on GitHub

valeriof7 created a review comment on a pull request on tudat-team/tudat-bundle
Sorry I don't get, what do you mean "test on default output"? If you mean specifying the default in the output message just forgot to include them

View on GitHub

valeriof7 created a review on a pull request on tudat-team/tudat-bundle

View on GitHub

valeriof7 created a review comment on a pull request on tudat-team/tudat-bundle
Correct, my mistake

View on GitHub

valeriof7 created a review on a pull request on tudat-team/tudat-bundle

View on GitHub

Load more