Skip to content

Commit 43dce08

Browse files
Move all cards to 1 grid, make header appear clickable
1 parent 4bfaeaf commit 43dce08

2 files changed

Lines changed: 25 additions & 51 deletions

File tree

_static/custom.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.grid-item-span-all-cols {
2-
grid-column: 1 / -1;
1+
html.light a.myst-card > .myst-card-header {
2+
/* header of a link card in light mode */
3+
background-color: #eff6ff; /* Tailwind blue-50, used by info admonition */
34
}
4-
5-
.grid-item-span-all-cols > .myst-card {
6-
margin: 0;
7-
}

tutorials/euclid_access/euclid.md

Lines changed: 22 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,87 +6,64 @@ 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-
## Images
9+
10+
````{grid} 1 2 2 3
1011
1112
```{card}
1213
:link: 1_Euclid_intro_MER_images.md
13-
:header: **MER Mosaics**
14+
:header: [MER Image Mosaics →](1_Euclid_intro_MER_images.md)
1415
Retrieve both a full MER mosaic image and multi-wavelength cutouts, then subtract the background from the cutouts and extract sources.
1516
```
1617
17-
## Spectra
18-
1918
```{card}
2019
:link: 3_Euclid_intro_1D_spectra.md
21-
:header: **SIR 1D Spectra**
20+
:header: [SIR 1D Spectra →](3_Euclid_intro_1D_spectra.md)
2221
Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask values.
2322
```
2423
25-
## Catalogs
26-
27-
````{grid} 1 1 2 2
28-
2924
```{card}
3025
:link: 2_Euclid_intro_MER_catalog.md
31-
:header: **MER Catalogs**
26+
:header: [MER Catalogs →](2_Euclid_intro_MER_catalog.md)
3227
3328
Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
3429
```
3530
3631
```{card}
3732
:link: 5_Euclid_intro_SPE_catalog.md
38-
:header: **SPE Catalogs**
33+
:header: [SPE Catalogs →](5_Euclid_intro_SPE_catalog.md)
3934
4035
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.
4136
```
4237
43-
```{div .grid-item-span-all-cols}
4438
```{card}
4539
:link: 4_Euclid_intro_PHZ_catalog.md
46-
:header: **PHZ Catalogs**
40+
:header: [PHZ Catalogs →](4_Euclid_intro_PHZ_catalog.md)
4741
48-
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.
49-
Then plot the SIR spectrum of the brightest galaxy and look at a MER mosaic cutout of the galaxy in Firefly.
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.
5043
```
5144
52-
53-
````
54-
55-
### Merged Objects HATS Catalog
56-
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.
57-
58-
````{grid} 1 1 2 2
59-
6045
```{card}
61-
:link: ../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md
62-
:header: **Introduction**
63-
Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
46+
:link: ../cloud_access/euclid-cloud-access.md
47+
:header: [Cloud Access →](../cloud_access/euclid-cloud-access.md)
48+
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
6449
```
6550
6651
```{card}
67-
:link: ../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md
68-
:header: **Magnitudes**
69-
Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
52+
:link: Euclid_ERO.md
53+
:header: [ERO Star Clusters →](Euclid_ERO.md)
54+
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.
7055
```
7156
72-
````
73-
74-
75-
## Special Topics
76-
77-
````{grid} 1 1 2 2
78-
79-
```{card}
80-
:link: ../cloud_access/euclid-cloud-access.md
81-
:header: **Cloud Access**
82-
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
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.
8361
```
8462
85-
```{card}
86-
:link: Euclid_ERO.md
87-
:header: **ERO Star Clusters**
88-
[*Deprecated; ERO is superseded by Q1*] Create multi-wavelength ERO (Early Release Observations) image cutouts of a globular cluster, extract sources, and measure photometry.
89-
Then load Gaia sources at the location of the globular cluster, match with Euclid ERO catalogs, and visualize the results with Firefly.
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.
9067
```
9168
9269
````

0 commit comments

Comments
 (0)