query_html

eazy.utils.query_html(ra, dec, with_coords=True, replace_comma=True, queries=['CDS', 'ESO', 'MAST', 'ALMA', 'LEG', 'HSC'], **kwargs)[source]

Return HTML string of queries around a position

Parameters:
ra, decfloat

Coordinates in decimal degrees

with_coordsbool

Include ‘(ra, dec)’ in output string

replace_commabool

Replace ‘,’ with URL-safe ‘%2C’

querieslist
  • CDS: Vizier/CDS catalogs

  • ESO: ESO archive

  • MAST: STScI/MAST HST archive

  • ALMA: ALMA archive

  • LEG/LEGACY: LegacySurvey map interface

  • HSC: HSC map interface

Returns:
htmlstr

HTML-formatted string with query links