You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 1. Download MER catalog from IRSA directly to this notebook
63
63
64
-
```{code-cell} ipython3
65
-
service = vo.dal.TAPService("https://irsa.ipac.caltech.edu/TAP")
66
-
```
64
+
+++
65
+
66
+
First, have a look at what Euclid catalogs are available. With the ``list_catalogs`` functionality, we'll receive a list of the name of the catalogs as well as their brief desciption.
67
67
68
68
```{code-cell} ipython3
69
-
tables = service.tables
70
-
for tablename in tables.keys():
71
-
if "tap_schema" not in tablename and "euclid_q1" in tablename:
0 commit comments