Skip to content

Commit 9097a68

Browse files
authored
Merge pull request #284 from bsipocz/ENH_euclid_clusters
ENH: adding euclid clusters tutorial
2 parents e602104 + f0c2786 commit 9097a68

File tree

6 files changed

+1977
-0
lines changed

6 files changed

+1977
-0
lines changed

ignore_tutorials/ignore_circleci_testing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tutorials/simulated-data/openuniverse2024_roman_simulated_wideareasurvey
66
tutorials/simulated-data/roman_hlss_number_density
77
tutorials/euclid/euclid-cloud-access
88
tutorials/techniques-and-tools/cloud-access-intro
9+
tutorials/euclid/euclid_clusters_tutorial.md

notebook_metadata.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
file: tutorials/euclid/euclid-cloud-access.md
3131
section: Euclid
3232
description: Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
33+
- title: Galaxy Clusters
34+
file: tutorials/euclid/euclid_clusters_tutorial.md
35+
section: Euclid
36+
description: Use Euclid Q1 data to detect and validate a galaxy cluster.
3337
- title: 'Merged Objects Catalog: Introduction'
3438
file: tutorials/euclid/merged-objects-hats-catalog/1-euclid-q1-hats-intro.md
3539
section: Euclid

toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ project:
2727
file: tutorials/euclid/4_Euclid_intro_PHZ_catalog.md
2828
- title: SPE Catalogs
2929
file: tutorials/euclid/5_Euclid_intro_SPE_catalog.md
30+
- title: Galaxy Clusters
31+
file: tutorials/euclid/euclid_clusters_tutorial.md
3032
- title: Merged Objects HATS Catalog
3133
children:
3234
- title: Introduction

tutorial_requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ fsspec
2424
sep>=1.4
2525
h5py
2626
requests
27+
seaborn
28+
scikit-learn
29+
# indirect dependency brough in by the euclid clusters notebook
30+
lxml
2731
# For supporting myst-based notebooks
2832
jupytext
2933
# Making admonotions look nice for the myst notebooks

tutorials/euclid/euclid.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ Magnitudes: Review the types of flux measurements available, load template-fit a
6565
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
6666
```
6767
68+
```{card}
69+
:link: euclid_clusters_tutorial.md
70+
:header: [Galaxy Clusters →](euclid_clusters_tutorial.md)
71+
Use Euclid Q1 data to detect and validate a galaxy cluster.
72+
```
73+
6874
```{card}
6975
:link: Euclid_ERO.md
7076
:header: [ERO Star Clusters →](Euclid_ERO.md)

0 commit comments

Comments
 (0)