{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "### SIMBAD" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from astroquery.simbad import Simbad" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ " MAIN_ID RA DEC ... COO_WAVELENGTH COO_BIBCODE \n", " \"h:m:s\" \"d:m:s\" ... \n", "--------- ------------- ------------- ... -------------- -------------------\n", "* alf CMa 06 45 08.9172 -16 42 58.017 ... O 2007A&A...474..653V\n" ] } ], "source": [ "result_table = Simbad.query_object(\"Sirius\")\n", "result_table.pprint(show_unit=True)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "Table masked=True length=1\n", "
MAIN_ID | RA | DEC | RA_PREC | DEC_PREC | COO_ERR_MAJA | COO_ERR_MINA | COO_ERR_ANGLE | COO_QUAL | COO_WAVELENGTH | COO_BIBCODE |
---|---|---|---|---|---|---|---|---|---|---|
"h:m:s" | "d:m:s" | mas | mas | deg | ||||||
object | str13 | str13 | int16 | int16 | float32 | float32 | int16 | str1 | str1 | object |
* alf CMa | 06 45 08.9172 | -16 42 58.017 | 9 | 9 | 11.700 | 10.900 | 90 | A | O | 2007A&A...474..653V |