simonsobs / Pixell.jl

next-generation sky map manipulation on rectangular pixels
MIT License
3 stars 1 forks source link

add Gnomonic (tangent plane) projection #57

Closed xzackli closed 2 years ago

xzackli commented 2 years ago

This PR adds basic support for the Gnomonic (tangent plane) projection.

codecov-commenter commented 2 years ago

Codecov Report

Base: 89.94% // Head: 88.67% // Decreases project coverage by -1.26% :warning:

Coverage data is based on head (6697acd) compared to base (659d96b). Patch coverage: 84.52% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 89.94% 88.67% -1.27% ========================================== Files 8 11 +3 Lines 905 954 +49 ========================================== + Hits 814 846 +32 - Misses 91 108 +17 ``` | [Impacted Files](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs) | Coverage Δ | | |---|---|---| | [src/Pixell.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL1BpeGVsbC5qbA==) | `100.00% <ø> (ø)` | | | [src/enmap.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL2VubWFwLmps) | `69.76% <0.00%> (-3.95%)` | :arrow_down: | | [src/enmap\_ops.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL2VubWFwX29wcy5qbA==) | `81.25% <33.33%> (-10.54%)` | :arrow_down: | | [src/projections/tan\_proj.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL3Byb2plY3Rpb25zL3Rhbl9wcm9qLmps) | `75.60% <75.60%> (ø)` | | | [src/projections/arbitrary\_wcs.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL3Byb2plY3Rpb25zL2FyYml0cmFyeV93Y3Muamw=) | `90.10% <90.10%> (ø)` | | | [src/projections/car\_proj.jl](https://codecov.io/gh/simonsobs/Pixell.jl/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#diff-c3JjL3Byb2plY3Rpb25zL2Nhcl9wcm9qLmps) | `90.67% <90.67%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.