We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I queried a HyperLEDA SQL query and I got a list of 4.8 million galaxies queried by the following query:
` SELECT pgc,objname,objtype,al2000,de2000,type,logd25,logr25,pa
FROM meandata (Whole HyperLEDA Sample)
WHERE objtype='G' OR objtype='g'
ORDER BY PGC
File output: CSV Tab sep ` Result: https://www.mediafire.com/file/i9z14n1nsmpoqvj/QUERY_LEDA.TXT/file (File download too large)
Going over HyperLEDA Query
The text was updated successfully, but these errors were encountered:
04/21/2024: Adding alternate names to the galaxies as queried from Hyperleda Completed the original PGC catalog, adding other designations...
Sorry, something went wrong.
No branches or pull requests
I queried a HyperLEDA SQL query and I got a list of 4.8 million galaxies queried by the following query:
`
SELECT
pgc,objname,objtype,al2000,de2000,type,logd25,logr25,pa
FROM
meandata (Whole HyperLEDA Sample)
WHERE
objtype='G' OR objtype='g'
ORDER BY
PGC
File output: CSV Tab sep
`
Result:
https://www.mediafire.com/file/i9z14n1nsmpoqvj/QUERY_LEDA.TXT/file (File download too large)
Going over HyperLEDA Query
The text was updated successfully, but these errors were encountered: