‹ Back to Astro Data Lab
Welcome to the Data Lab User Forum
Toggle navigation
Login
Register
All Activity
Questions
Unanswered
Tags
Ask a Question
I want to run a query of the DESI DRR1 QSOAGN table, so that only sources with coordinates within the eROSITA public footprint are returned. The basic syntax is: SELECT TOP 100 * FROM desi_dr1.agnqso I want to get all sources in the eROSITA footprint
0
votes
1
view
I want to run a query of the DESI DRR1 QSOAGN table, so that only sources with coordinates within the eROSITA public footprint are returned
erosita
desi
asked
Feb 19
by
juanrafael
(
120
points)
|
1
view
answer
comment
Please
log in
or
register
to add a comment.
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Add answer
Cancel
1
Answer
0
votes
Hello,
it is likely very inefficient to request all sources in DESI DR1 that are within the eROSITA footprint. Unless you have very specific requirements to do so, may I suggest that you instead perform a cross-matching query for all sources of interest in the eROSITA survey (have a list of their IDs, RA, and Dec values, upload it as a table to your MyDB in Data Lab), within a desired search radius (usually in arcseconds). Then, retrieve those with matches in DESI DR1.
Examples of how to do crossmatches on Data Lab are in several of our Jupyter notebooks, for instance in this one:
https://github.com/astro-datalab/notebooks-latest/blob/master/04_HowTos/CrossmatchTables/How_to_crossmatch_tables.ipynb
You can also do cross-matches using our website, but with more restrictions on the number of rows for instance:
https://datalab.noirlab.edu/legacy/xmatch.php
answered
Feb 20
by
robertdemo
(
10.3k
points)
ask related question
comment
Please
log in
or
register
to add a comment.
540
questions
548
answers
515
comments
715
users
Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.
Categories
All categories