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

Add Python interface ! #151

Merged
merged 36 commits into from
Dec 30, 2023
Merged

Add Python interface ! #151

merged 36 commits into from
Dec 30, 2023

Conversation

ChristopherRabotin
Copy link
Member

@ChristopherRabotin ChristopherRabotin commented Dec 29, 2023

Summary

This adds the Python interface to ANISE.

It does not allow direct querying of BPCs, only translations with these. This is because the DCM structure is not yet exported.

Close #136

Architectural Changes

No change

New Features

ANISE can be used from Python!

Improvements

  • The geodetic functions were missing units (breaking change)
  • The name of the function to initialize from geodetic parameters did not match the order of the parameters (breaking change)

Bug Fixes

No change

Testing and validation

No change

Documentation

This PR does not primarily deal with documentation changes.

Copy link

codecov bot commented Dec 29, 2023

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (4d414df) 76.96% compared to head (09e4c98) 77.14%.

Files Patch % Lines
anise/src/almanac/meta.rs 69.82% 51 Missing ⚠️
anise/src/astro/orbit.rs 64.44% 16 Missing ⚠️
anise/src/almanac/mod.rs 73.17% 11 Missing ⚠️
anise/src/almanac/transform.rs 0.00% 9 Missing ⚠️
anise/src/math/cartesian.rs 75.00% 9 Missing ⚠️
anise/src/astro/orbit_geodetic.rs 66.66% 4 Missing ⚠️
anise/src/frames/frameuid.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   76.96%   77.14%   +0.18%     
==========================================
  Files          66       67       +1     
  Lines        7606     7815     +209     
==========================================
+ Hits         5854     6029     +175     
- Misses       1752     1786      +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChristopherRabotin ChristopherRabotin linked an issue Dec 30, 2023 that may be closed by this pull request
@ChristopherRabotin ChristopherRabotin merged commit 030d470 into master Dec 30, 2023
20 of 22 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 136-python-interface branch December 30, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load a metakernel from its path Python interface
1 participant