-
-
Notifications
You must be signed in to change notification settings - Fork 57
Add spherical sky region classes #618
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
Open
sedonaprice
wants to merge
54
commits into
astropy:main
Choose a base branch
from
sedonaprice:add-spherical-regions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 38 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
18492d6
Initial commit of spherical sky regions
sedonaprice 1c7704d
Add spherical polygon, boundary discretization
sedonaprice 1f1635e
Add bounding lonlat
sedonaprice d601e26
Add spherical circle annulus
sedonaprice d179ab6
Add spherical lune
sedonaprice b0daa09
Add spherical range region
sedonaprice 08ea588
Add `to_spherical_sky()` to PixelRegion, SkyRegion classes
sedonaprice 5e02a28
Codestyle fixes
sedonaprice b59e776
Implement test suite for spherical regions
sedonaprice 57e779d
Correct docstring syntax for sphinx docs
sedonaprice af76507
Initial docs edits
sedonaprice 3e27509
Landing page example
sedonaprice ec6ed41
Changes to shapes doc page
sedonaprice 56a757f
Edited contains docs to include spherical regions
sedonaprice 86d9fb7
Updated compound docs to add spherical regions
sedonaprice 944f647
Added spherical example to plotting doc page
sedonaprice e7955ce
Spherical region frame transformation doc
sedonaprice 5c4dac7
Spherical region bounding info docs
sedonaprice d98845e
Bugfixes, update tests
sedonaprice 8c4fd5e
Add FLOAT_CMP to docs for testing
sedonaprice bbfeb8f
Apply changes from #628 to CompoundSphericalSkyRegion
sedonaprice e0afb99
Correct in-line comments
sedonaprice 40ae8d2
Rename test to spherical sky
sedonaprice cec7c6a
Remove unused function in test_polygon.py
sedonaprice ed53e62
Fix typo
sedonaprice a208d99
Split compound examples for smaller code chunks
sedonaprice 99f479e
Change test expected failure handling
sedonaprice af45508
Change lon/lat derivation handling in range
sedonaprice 14d4d23
Validate range lon/lat range & bound inputs
sedonaprice 327df12
Update spherical <-> planar transform errors
sedonaprice b506340
Added changelog entry
sedonaprice 422c847
Fix assert vs error messages in range validation
sedonaprice b86a5e6
Remove unnecessary comment from whole_sky.py
sedonaprice 1298ad5
Fix typo in plotting.rst
sedonaprice ad73f89
Resolve conflict with main in test_api.py
larrybradley f0843f4
Merge branch 'main' into add-spherical-regions
sedonaprice 54fd444
Fix deprecation in coord concatenation
sedonaprice d95c1a9
Bugfix polygon vertices ordering
sedonaprice 5d03b8a
Simplify/speed up with patthern `.to_value(UNIT)`
sedonaprice edc2d51
Swap to use `np.minimum` directly on quantities
sedonaprice efcb950
Correct discretization to use `circ_center`
sedonaprice c935ace
Correct spelling of "latitude"
sedonaprice f610eb0
Correct `latitude_range` description
sedonaprice a27ffd4
Correct docstring: second `lons_arr` -> `lats_arr`
sedonaprice b813860
Remove commented lines
sedonaprice bfec1ad
Add `merge_attributes` kwarg to inheriting `transform_to`
sedonaprice 5725ac6
Add tildes for links to package classes
sedonaprice 9d994ac
Simplify discretization boundary SkyCoord creation
sedonaprice 7344c03
Remove unnecessary if statement in lune.py
sedonaprice fc6882f
Remove other unnecessary if statements from lune,range
sedonaprice 8bd1efb
Change include_bound_dist + no WCS error msg format
sedonaprice 826efbc
Simplify range bound transformation method
sedonaprice 3a9fc8f
Common _validate_planar_spherical_transform() method
sedonaprice 8c52f11
Merge pull request #1 from sedonaprice/add-spherical-regions-review-2…
sedonaprice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.