webbpsf_ext.spectra.download_votable
- webbpsf_ext.spectra.download_votable(target_name, radius=1, **kwargs)[source]
Download a VOTable from the Vizier archive
Reads from Vizier URL:
f’https://vizier.cds.unistra.fr/viz-bin/sed?-c={target}&-c.rs={radius}’
- Parameters:
target_name (str) – Name of target to search for in Vizier. Will replace spaces with ‘+’.
radius (float) – Search radius in arcseconds.
- Returns:
astropy.table.Table