-
-
Notifications
You must be signed in to change notification settings - Fork 660
Move coordinate-only functions from map utils to coordinates utils #8445
Copy link
Copy link
Open
Labels
Effort LowRequires a small time investment.Requires a small time investment.Good First IssueThe best issues for new people to tackle.The best issues for new people to tackle.Priority LowRapid action not required.Rapid action not required.coordinatesAffects the coordinates submoduleAffects the coordinates submodulemapAffects the map submoduleAffects the map submodule
Metadata
Metadata
Assignees
Labels
Effort LowRequires a small time investment.Requires a small time investment.Good First IssueThe best issues for new people to tackle.The best issues for new people to tackle.Priority LowRapid action not required.Rapid action not required.coordinatesAffects the coordinates submoduleAffects the coordinates submodulemapAffects the map submoduleAffects the map submodule
Type
Fields
Give feedbackNo fields configured for issues without a type.
These two functions in
sunpy.map.maputilsdon't actually take a map as an input, so should probably be moved tosunpy.coordinates.utils:solar_angular_radius()coordinate_is_on_solar_disk()This would involve some detangling of private-function calls.