Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions notebook_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
- title: Euclid Cloud Access
file: tutorials/euclid/euclid-cloud-access.md
description: Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
- title: Galaxy Clusters
file: tutorials/euclid/euclid_clusters_tutorial.md
description: Use Euclid Q1 data to detect and validate a galaxy cluster.
- title: HATS with LSDB
file: tutorials/techniques-and-tools/irsa-hats-with-lsdb.md
description: Use LSDB for user-friendly cross matching and querying of HATS Collections.
Expand Down
2 changes: 2 additions & 0 deletions toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ project:
file: tutorials/euclid/4_Euclid_intro_PHZ_catalog.md
- title: SPE Catalogs
file: tutorials/euclid/5_Euclid_intro_SPE_catalog.md
- title: Clusters
file: tutorials/euclid/euclid_clusters_tutorial.md
- title: Merged Objects HATS Catalog
children:
- title: Introduction
Expand Down
4 changes: 4 additions & 0 deletions tutorial_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ fsspec
sep>=1.4
h5py
requests
seaborn
scikit-learn
# indirect dependency brough in by the euclid clusters notebook
lxml
# For supporting myst-based notebooks
jupytext
# Making admonotions look nice for the myst notebooks
Expand Down
6 changes: 6 additions & 0 deletions tutorials/euclid/euclid.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Magnitudes: Review the types of flux measurements available, load template-fit a
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
```
```{card}
:link: euclid_clusters_tutorial.md
:header: [Galaxy Clusters →](euclid_clusters_tutorial.md)
Use Euclid Q1 data to detect and validate a galaxy cluster.
```
```{card}
:link: Euclid_ERO.md
:header: [ERO Star Clusters →](Euclid_ERO.md)
Expand Down
Loading