Skip to content

Commit 60f5a8c

Browse files
Apply feedback from @troyraen @bsipocz @jkrick
1 parent 43dce08 commit 60f5a8c

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

tutorials/euclid_access/euclid.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ It carries two instruments: the VISible instrument (VIS) and the Near-Infrared S
66
[Quick Release 1 (Q1)](https://irsa.ipac.caltech.edu/data/Euclid/docs/overview_q1.html) was released in March 2025 and consists of approximately 35 TB of imaging, spectroscopy, and catalogs, covering four non-contiguous fields totaling 63 square degrees.
77
Data products include MERged mosaics of calibrated and stacked frames; combined infrared spectra (SIR); and catalogs of MER objects, photometric redshifts and classifications (PHZ), and spectroscopic redshifts and line measurements (SPE).
88

9+
Data products include:
10+
- MER (merged) mosaic images of calibrated and stacked frames;
11+
- SIR combined infrared spectra;
12+
- Catalogs of MER objects, photometric redshifts and classifications (PHZ), and spectroscopic redshifts and line measurements (SPE);
13+
- Merged Objects Catalog (created by IRSA) containing the MER, PHZ, and SPE catalogs in a single HATS Catalog.
914

1015
````{grid} 1 2 2 3
1116
@@ -28,6 +33,13 @@ Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask va
2833
Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
2934
```
3035
36+
```{card}
37+
:link: 4_Euclid_intro_PHZ_catalog.md
38+
:header: [PHZ Catalogs →](4_Euclid_intro_PHZ_catalog.md)
39+
40+
Join the PHZ and MER catalogs to query galaxies with quality redshifts in a box region, create MER mosaic cutouts with catalog overlays, and plot the brightest galaxy's SIR spectrum.
41+
```
42+
3143
```{card}
3244
:link: 5_Euclid_intro_SPE_catalog.md
3345
:header: [SPE Catalogs →](5_Euclid_intro_SPE_catalog.md)
@@ -36,10 +48,15 @@ Join the SPE and MER catalogs and query for galaxies with H-alpha line detection
3648
```
3749
3850
```{card}
39-
:link: 4_Euclid_intro_PHZ_catalog.md
40-
:header: [PHZ Catalogs →](4_Euclid_intro_PHZ_catalog.md)
51+
:link: ../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md
52+
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md)
53+
Introduction: Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
54+
```
4155
42-
Join the PHZ and MER catalogs to query galaxies with quality redshifts in a box region, create MER mosaic cutouts with catalog overlays, and plot the brightest galaxy's SIR spectrum.
56+
```{card}
57+
:link: ../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md
58+
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md)
59+
Magnitudes: Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
4360
```
4461
4562
```{card}
@@ -54,16 +71,4 @@ Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout an
5471
Create multi-wavelength ERO image cutouts of a globular cluster, extract sources, and measure photometry. Match Gaia sources with Euclid ERO catalogs, then visualize with Firefly.
5572
```
5673
57-
```{card} Introduction
58-
:link: ../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md
59-
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md)
60-
Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
61-
```
62-
63-
```{card} Magnitudes
64-
:link: ../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md
65-
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md)
66-
Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
67-
```
68-
6974
````

0 commit comments

Comments
 (0)