-
-
Notifications
You must be signed in to change notification settings - Fork 420
GAIA: new simplified cross match method #3320
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
Merged
bsipocz
merged 13 commits into
astropy:main
from
esdc-esac-esa-int:ESA_gaia_GAIASWRQ-25_improve_cross-match
Jun 4, 2025
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3b373bd
GAIASWRQ-25 new x-match method.
3ff45d0
GAIASWRQ-25 Fix issues in the documentation
a2967de
GAIASWRQ-25 Fix issues in the method __update_ra_dec_columns
ed1b890
GAIASWRQ-25 Include PR reference
80ea8de
GAIASWRQ-25 Fix E126 continuation line over-indented for hanging indent
5cd6dd9
GAIASWRQ-25 Fix tests due to the last changes in method cross_match_s…
605efd9
GAIASWRQ-25 Increase coverage
66ebc71
GAIASWRQ-25 Update documentation for section 2.6
7151b9f
GAIASWRQ-25 Rename method to cross_match_basic
01db07e
GAIASWRQ-25 make q3c indexes for ra and dec
5f7adff
GAIASWRQ-25 Include extra comment at the end for section 2.6
8a7e62f
GAIASWRQ-25 The methods cross_match and cross_match_basic accept radi…
2676412
GAIASWRQ-25 spell out the numberings
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't notice this weirdness in the argument names before, e.g. why do we need
qualified
in there, what does it even mean?Anyway, I see that it's some historical heritage that we haven't spotted before, so let's keep it to have a consistent API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"qualified" means that the name of the table must contain the schema. Something like "my_schema.my_table"