Need to add import statement: `from astroquery.gaia import Gaia ` So this query line works: `job=Gaia.launch_job(query_text)` - courtesy Miller Jackson in ASTR352 at Haverford. ;)
Need to add import statement:
from astroquery.gaia import GaiaSo this query line works:
job=Gaia.launch_job(query_text)