ortk95 / planetmapper

PlanetMapper: An open source Python package for visualising, navigating and mapping Solar System observations
https://planetmapper.readthedocs.io
MIT License
10 stars 1 forks source link

Add `BodyXY.get_img_limits_angular()` method #361

Closed ortk95 closed 3 months ago

ortk95 commented 3 months ago

This method was the only missing get_img_limits_... method, so adding it ensures all coordinate systems have a full set of methods supported. Also added comment to remind about various methods that should be implemented for any new coordinate systems in the future.

Closes #360.

Pull request checklist

See CONTRIBUTING.md for more details.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9416787245

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 9222415716: -0.001%
Covered Lines: 2907
Relevant Lines: 2919

💛 - Coveralls