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
Copy file name to clipboardExpand all lines: docs/alma/alma.rst
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ supports object and region based querying and data staging and retrieval.
22
22
You can get interactive help to find out what keywords to query for:
23
23
24
24
.. code-block:: python
25
+
25
26
>>>from astroquery.alma import Alma
26
-
>>> Alma.help() # doctest: +IGNORE_OUTPUT
27
+
>>> Alma.help() # doctest: +IGNORE_OUTPUT
27
28
<BLANKLINE>
28
29
Most common ALMA query keywords are listed below. These keywords are part of the ALMA ObsCore model, an IVOA standard for metadata representation (3rd column). They were also present in original ALMA Web form and, for backwards compatibility can be accessed with their old names (2nd column).
29
30
More elaborate queries on the ObsCore model are possible with`query_sia`or`query_tap` methods
@@ -123,8 +124,8 @@ Querying Targets and Regions
123
124
124
125
You can query by object name or by circular region:
125
126
126
-
.. code-block:: python
127
127
.. doctest-remote-data::
128
+
128
129
>>>from astroquery.alma import Alma
129
130
>>>m83_data= Alma.query_object('M83')
130
131
>>> m83_data.colnames # doctest: +IGNORE_OUTPUT
@@ -147,8 +148,9 @@ You can query by object name or by circular region:
147
148
148
149
Region queries are just like any other in astroquery:
0 commit comments