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 Python enhancements #161

Merged
merged 6 commits into from
Jun 2, 2023
Merged

Commits on Jun 2, 2023

  1. Minor Python enhancements

    - Rename DynamicTrajectory to TrajectoryLoader, since that's all it does
    - Allow pickling of TrajectoryLoader
    - Fix OEM parsing if multiple META sections
    
    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    022c7cd View commit details
    Browse the repository at this point in the history
  2. StateParameter can be initialized from its name in Python

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    13ef15c View commit details
    Browse the repository at this point in the history
  3. Fix imports

    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0c28b01 View commit details
    Browse the repository at this point in the history
  4. Fix python import

    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    41170a0 View commit details
    Browse the repository at this point in the history
  5. More import fixes

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a64bd7a View commit details
    Browse the repository at this point in the history
  6. Usability enhancements for trajectory loader

    + TrajectoryLoader can convert to concrete trajectory in Python too `to_orbit_traj` and `to_spacecraft_traj`
    + OrbitTraj now available in Python
    + Rename Traj in Python to SpacecraftTraj
    + Can downcast between both in Python as well
    
    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ccee18f View commit details
    Browse the repository at this point in the history