Skip to content

Commit 235557e

Browse files
Convert notebook hyperlinks to grid of cards
1 parent b8e128b commit 235557e

1 file changed

Lines changed: 72 additions & 12 deletions

File tree

tutorials/euclid_access/euclid.md

Lines changed: 72 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,84 @@ Data products include MERged mosaics of calibrated and stacked frames; combined
88

99
## Images
1010

11-
- [MER Mosaics](1_Euclid_intro_MER_images.md) — Retrieve both a full MER mosaic image and multi-wavelength cutouts, then subtract the background from the cutouts and extract sources.
11+
```{card}
12+
:link: 1_Euclid_intro_MER_images.md
13+
:header: **MER Mosaics**
14+
Retrieve both a full MER mosaic image and multi-wavelength cutouts, then subtract the background from the cutouts and extract sources.
15+
```
1216

1317
## Spectra
1418

15-
- [SIR 1D Spectra](3_Euclid_intro_1D_spectra.md) — Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask values.
19+
```{card}
20+
:link: 3_Euclid_intro_1D_spectra.md
21+
:header: **SIR 1D Spectra**
22+
Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask values.
23+
```
1624

1725
## Catalogs
1826

19-
- [MER Catalogs](2_Euclid_intro_MER_catalog.md) — Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
20-
- [PHZ Catalogs](4_Euclid_intro_PHZ_catalog.md) — Join the PHZ and MER catalogs and do a box search for galaxies with quality redshifts, load a MER mosaic cutout of the box, and plot the cutout with the catalog results overlaid.
21-
Then plot the SIR spectrum of the brightest galaxy and look at a MER mosaic cutout of the galaxy in Firefly.
22-
- [SPE Catalogs](5_Euclid_intro_SPE_catalog.md) — Join the SPE and MER catalogs and query for galaxies with H-alpha line detections, then plot the SIR spectrum of a galaxy with a high SNR H-alpha line measurement.
23-
- **Merged Objects HATS Catalog** — This product was created by IRSA and contains the Euclid MER, PHZ, and SPE catalogs in a single [HATS](https://hats.readthedocs.io/en/latest/) catalog.
24-
- [Introduction](../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md) — Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
25-
- [Magnitudes](../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md) — Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
27+
````{grid} 1 1 2 2
28+
29+
```{card}
30+
:link: 2_Euclid_intro_MER_catalog.md
31+
:header: **MER Catalogs**
32+
33+
Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
34+
```
35+
36+
```{card}
37+
:link: 5_Euclid_intro_SPE_catalog.md
38+
:header: **SPE Catalogs**
39+
40+
Join the SPE and MER catalogs and query for galaxies with H-alpha line detections, then plot the SIR spectrum of a galaxy with a high SNR H-alpha line measurement.
41+
```
42+
43+
```{card}
44+
:link: 4_Euclid_intro_PHZ_catalog.md
45+
:header: **PHZ Catalogs**
46+
47+
Join the PHZ and MER catalogs and do a box search for galaxies with quality redshifts, load a MER mosaic cutout of the box, and plot the cutout with the catalog results overlaid.
48+
Then plot the SIR spectrum of the brightest galaxy and look at a MER mosaic cutout of the galaxy in Firefly.
49+
```
50+
51+
52+
````
53+
54+
### Merged Objects HATS Catalog
55+
This product was created by IRSA and contains the Euclid MER, PHZ, and SPE catalogs in a single [HATS](https://hats.readthedocs.io/en/latest/) catalog.
56+
57+
````{grid} 1 1 2 2
58+
59+
```{card}
60+
:link: ../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md
61+
:header: **Introduction**
62+
Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
63+
```
64+
65+
```{card}
66+
:link: ../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md
67+
:header: **Magnitudes**
68+
Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
69+
```
70+
71+
````
72+
2673

2774
## Special Topics
2875

29-
- [Cloud Access](../cloud_access/euclid-cloud-access.md) — Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
30-
- [Early Release Observations (ERO) - Star Clusters](Euclid_ERO.md) (deprecated; ERO is superseded by Q1) — Create multi-wavelength ERO image cutouts of a globular cluster, extract sources, and measure photometry.
31-
Then load Gaia sources at the location of the globular cluster, match with Euclid ERO catalogs, and visualize the results with Firefly.
76+
````{grid} 1 1 2 2
77+
78+
```{card}
79+
:link: ../cloud_access/euclid-cloud-access.md
80+
:header: **Cloud Access**
81+
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
82+
```
83+
84+
```{card}
85+
:link: Euclid_ERO.md
86+
:header: **ERO Star Clusters**
87+
[*Deprecated; ERO is superseded by Q1*] Create multi-wavelength ERO (Early Release Observations) image cutouts of a globular cluster, extract sources, and measure photometry.
88+
Then load Gaia sources at the location of the globular cluster, match with Euclid ERO catalogs, and visualize the results with Firefly.
89+
```
90+
91+
````

0 commit comments

Comments
 (0)