Skip to content
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

SGA-2024 catalog construction #80

Open
TriShotFlurry opened this issue Apr 20, 2024 · 1 comment
Open

SGA-2024 catalog construction #80

TriShotFlurry opened this issue Apr 20, 2024 · 1 comment

Comments

@TriShotFlurry
Copy link

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

@TriShotFlurry
Copy link
Author

04/21/2024: Adding alternate names to the galaxies as queried from Hyperleda
Completed the original PGC catalog, adding other designations...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant