Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Planet Center interface for retrieving observations #110

Merged
merged 20 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
55ba252
Prototype for MPC observation retrieval class
tristandijkstra Aug 26, 2023
97167a6
small update to todos
tristandijkstra Aug 26, 2023
46dcdb9
batchMPC: added new features and robustness
tristandijkstra Sep 3, 2023
c96dff6
update init for new data submodule
tristandijkstra Sep 3, 2023
c4c0b4d
fixes found during testing, new summary, new plot
tristandijkstra Sep 5, 2023
677e5af
batchMPC add docstrings
tristandijkstra Sep 6, 2023
90b2aa8
BatchMPC small fix to docstring
tristandijkstra Sep 6, 2023
29c4981
Merge remote-tracking branch 'upstream/develop' into develop
tristandijkstra Sep 15, 2023
92cdc7e
batchMPC, copy, filter, remove create link func
tristandijkstra Sep 15, 2023
6b22a82
batchmpc: updated the plots
tristandijkstra Sep 15, 2023
912960c
added support for string mpc codes
tristandijkstra Oct 15, 2023
7c7b68c
Add initial version of sbdb for name retrieval
tristandijkstra Oct 15, 2023
f6267de
SBDB: add string print for SBDB
tristandijkstra Oct 15, 2023
4cf19ed
BatchMPC: update BatchMPC plots with temporal plot
tristandijkstra Oct 16, 2023
a684b4e
BatchMPC: rem linkdict, add radius from shapemodel
tristandijkstra Oct 16, 2023
2ca2db0
Merge branch 'tudat-team:develop' into develop
tristandijkstra Oct 16, 2023
e2c4996
BatchMPC updates based on code review feedback
tristandijkstra Oct 18, 2023
f583c7c
Merge branch 'tudat-team:develop' into develop
tristandijkstra Oct 18, 2023
11f8a54
Merge branch 'develop' of github.com:tristandijkstra/tudatpy into dev…
tristandijkstra Oct 18, 2023
527e57b
SBDB add specialised spkid prop for Tudat Kernel
tristandijkstra Oct 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tudatpy/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import mpc
Loading