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
When you set``public=False``, the query will include only proprietary data by adding a condition equivalent to ``data_rights='Proprietary'``in the underlying SQL query.
198
+
Setting ``public=False`` will include only proprietary data, while
199
+
``public=None`` will include both public and proprietary data.
200
+
199
201
200
202
The ``query_sia`` method offers another way to query ALMA using the IVOASIA
201
203
subset of keywords returning results in'ObsCore'format. For example,
0 commit comments