Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Coverage Report for CI Build 25658125052Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Warning No base build found for commit Coverage: 99.119%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
cd87db0 to
3d0dcdd
Compare
b40cf5d to
f050c80
Compare
|
I think this PR is ready. It passes all the sanity checks I came up with. Feel free to take a look too, in case there is more to be done. Otherwise I plan to merge it in a couple of days... |
|
@attipaci sorry for the long delay. I tried this new feature, and compared to the one I coded myself time ago, and they are giving the same results. So everything fine on my side! Thanks again for implementing it! |
Added functions / methods to calculate offset spherical positions from the reference position along a great circle, which crosses the reference at a specified direction. It is based on the astropy
offset_by()implementation. (thanks to @aleberti).C99 API
Added
novas_offset_by()andnovas_equ_offset_by()to calculate offset spherical / equatorial positions at some distance along a great circle that intersects the original position at the specified angle.C++11 API
Added
Equatorial::offset(),Ecliptic::offset(),Galactic::offset(), andHorizontal::offset().