Will astroquery query SIMBAD right now? I see there is some promising
looking code there, but I can't tell if it's working.
Thanks,
Tom
---------- Forwarded message ----------
From: Tom Rice <
t.ri...@gmail.com>
Date: Wed, Feb 13, 2013 at 7:46 PM
Subject: SIMBAD queries in python
To:
pytho...@head.cfa.harvard.edu
Hi all,
Does anyone know of a way (via a python module or other command-line
tool) to query the SIMBAD database for object identifiers
corresponding to about 1000 sources I have in a table?
I imagine this taking the form of a function with RA and DEC (and
perhaps a box size) as inputs, and getting the SIMBAD information (or
"null" for a failure to match) as an output, and then me iterating
through my 1000 sources, feeding each RA and DEC to the function so I
can create a corresponding list of SIMBAD identifiers.
Thanks very much for any expertise,
Tom