Skip to content

Commit 296a9e3

Browse files
committed
Catalogs search notebook
1 parent 8f391f2 commit 296a9e3

4 files changed

Lines changed: 889 additions & 1 deletion

File tree

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ parts:
105105
- file: notebooks/multi_mission/galex_panstarrs_bulk_download/galex_panstarrs_bulk_download.ipynb
106106
- file: notebooks/multi_mission/resolve_targets/resolve_targets.ipynb
107107
- file: notebooks/multi_mission/cloud_data_access/cloud_data_access.ipynb
108+
- file: notebooks/multi_mission/catalogs_search/catalogs_search.ipynb
108109
- file: notebooks/multi_mission/display_footprints/display_footprints.ipynb
109110

110111
- caption: PanSTARRS

notebooks/multi_mission/astroquery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ The [`astroquery.mast` readthedocs](https://astroquery.readthedocs.io/en/latest/
1818
| Historic Quasar Observations | Much of the data in MAST is archival; from no longer operational missions. Learn to check for archival coverage of your target and analyze the results. |
1919
| Searching for Mission-Specific Data with Astroquery | Learn the basic workflow for searching mission datasets, retrieving data products, and downloading data products with the `MastMissions` class, a wrapper around the [MAST Search API.](https://mast.stsci.edu/search/docs/) |
2020
| Resolving Named Objects with Astroquery | Learn how to resolve named objects using the `astroquery.mast` module and specify which resolver to use in queries. |
21-
| Accessing Cloud-Hosted Data with Astroquery | Learn how to discover and access cloud-hosted data from cloud-hosted repositories using the `astroquery.mast` module. |
21+
| Accessing Cloud-Hosted Data with Astroquery | Learn how to discover and access cloud-hosted data from cloud-hosted repositories using the `astroquery.mast` module. |
22+
| Searching MAST Catalogs with Astroquery | Learn how to use the `astroquery.mast` module to discover and query MAST catalogs. |

0 commit comments

Comments
 (0)