aceilers / spectroscopic_parallax

9 stars 4 forks source link

WISE data #26

Closed andyljones closed 5 years ago

andyljones commented 5 years ago

Hey - I'm trying to get this code to run, but I can't find a way to download just the part of the AllWISE catalogue that the GAIA crossmatch has given me IDs for. Do you know of a way? Or do I have to download the whole 300GB dataset and pluck out the rows I want? The IRSA APIs only seem to support geometric queries.

(It's not a huge problem if that is the only way - can chuck it all on S3 and SELECT through the bzips easily enough - but man, that's not very elegant)

davidwhogg commented 5 years ago

Can't you do the join to the allwise table in the Gaia Archive? What WISE columns do you want?

andyljones commented 5 years ago

Didn't realise the allwise table was there. Thanks!

andyljones commented 5 years ago

On a similar note - where can I find the 'pixlist' file mentioned here?

davidwhogg commented 5 years ago

@aceilers can you check in this file?

aceilers commented 5 years ago

Ok, it should be in the data folder now.