-
Notifications
You must be signed in to change notification settings - Fork 5
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
New high-level, elegant, and efficient observer frame approach #33
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
==========================================
+ Coverage 98.70% 99.02% +0.32%
==========================================
Files 3 6 +3
Lines 2004 2662 +658
Branches 378 499 +121
==========================================
+ Hits 1978 2636 +658
Misses 9 9
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
9dc3433
to
fc6b822
Compare
23bee11
to
cee761a
Compare
A new high-level, more elegant, and more efficient approach for coordinate calculations, using observer frames, which represent an observer location and time of observation. Upon configuring the frame, it precalculates the necessary quantities for transformations so they may be re-used repeatedly, with minimal added computational cost, e.g. to calculate the positions of many objects in that observing frame, as well as to allow converting between coordinate reference systems with ease.