lonestarchaser
lonestarchaser
@bsipocz Does this work with astroquery.gaia? I have a vectorized list I'm trying to send into a cone search. ``` coord = SkyCoord(ra=ra_list*u.degree, dec=dec_list*u.degree, frame='icrs') j = Gaia.cone_search_async(coord, radius=u.Quantity(2.0/360, u.deg),background='true')...
Got it, and thank you! (I thought I was just losing my mind!) Do you have a recommendation for how I could do a multi-object search (1-1 match) using Python?...
Thanks! Looks like I need to be an authenticated user, though? I did create an account here: https://gaia.aip.de/, but that doesn't seem to be the same set of credentials.