Skip to content

Commit e021d74

Browse files
authored
Merge pull request #52 from bsipocz/euclid_rendering
Euclid rendering
2 parents 3e9f9c7 + 71a2815 commit e021d74

File tree

8 files changed

+59
-6
lines changed

8 files changed

+59
-6
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ firefly-client>=3.2.0
1717
jupyter-firefly-extensions
1818
reproject
1919
photutils
20+
fsspec
2021
sep>=1.4
2122
# For supporting myst-based notebooks
2223
jupytext

conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
# Euclid data is not yet available publicly
6565
nb_execution_excludepatterns += ['*_Euclid*', '*euclid*']
6666

67-
exclude_patterns += ['tutorials/*/*_Euclid*', 'tutorials/*/euclid*']
68-
6967
# -- Options for HTML output -------------------------------------------------
7068

7169
# The theme to use for HTML and HTML Help pages. See the documentation for

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,38 @@ tutorials/parquet-catalog-demos/neowise-source-table-strategies
3737
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
3838
tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey
3939
tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey
40+
tutorials/cloud_access/euclid-cloud-access
4041
4142
```
4243

4344
## Accessing Euclid data
4445

46+
### Euclid Early Release Observation
47+
4548
```{toctree}
4649
---
4750
maxdepth: 1
4851
caption: Euclid Early Release Observations
4952
---
5053
5154
tutorials/euclid_access/Euclid_ERO
55+
56+
```
57+
58+
### Euclid Quick Release 1
59+
60+
```{toctree}
61+
---
62+
maxdepth: 1
63+
caption: Euclid Quick Release 1
64+
---
65+
66+
tutorials/euclid_access/1_Euclid_intro_MER_images
67+
tutorials/euclid_access/2_Euclid_intro_MER_catalog
68+
tutorials/euclid_access/3_Euclid_intro_1D_spectra
69+
tutorials/euclid_access/5_Euclid_intro_SPE_catalog
70+
tutorials/cloud_access/euclid-cloud-access
71+
5272
```
5373

5474
## Interactive visualization in Python with Firefly

tutorials/cloud_access/euclid-cloud-access.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ kernelspec:
1515

1616
+++
1717

18+
19+
```{warning}
20+
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21+
22+
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23+
```
24+
1825
## Learning Goals
1926
By the end of this tutorial, you will:
2027
- Learn where Euclid Q1 data are stored in the cloud.

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ kernelspec:
1515

1616
+++
1717

18+
```{warning}
19+
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
20+
21+
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
22+
```
23+
1824
## Learning Goals
1925

2026
+++
@@ -37,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
3743
On March 19, 2025 the data will be available on the [ESA archive](https://easidr.esac.esa.int/sas/) and on the [IRSA archive](https://irsa.ipac.caltech.edu).
3844

3945
These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
40-
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](irsasupport@ipac.caltech.edu) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
46+
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
4147

4248
MER mosaic images are all the images from Level 2 images in different filters mapped to a common pixel scale.
4349

tutorials/euclid_access/2_Euclid_intro_MER_catalog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ kernelspec:
1515

1616
+++
1717

18+
19+
```{warning}
20+
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21+
22+
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23+
```
24+
1825
## Learning Goals
1926

2027
+++
@@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
3643
On March 19, 2025 the data will be available on the [ESA archive](https://easidr.esac.esa.int/sas/) and on the [IRSA archive](https://irsa.ipac.caltech.edu).
3744

3845
These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
39-
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](irsasupport@ipac.caltech.edu) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
46+
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
4047

4148
Each entry in the MER catalog is a single source containing all its photometry from the MER Mosaics (VIS, Y, J, H and any accompanying external ground observations) along with other basic measurements, like size and shape.
4249

tutorials/euclid_access/3_Euclid_intro_1D_spectra.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ kernelspec:
1515

1616
+++
1717

18+
19+
```{warning}
20+
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21+
22+
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23+
```
24+
1825
## Learning Goals
1926

2027
+++
@@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
3643
On March 19, 2025 the data will be available on the [ESA archive](https://easidr.esac.esa.int/sas/) and on the [IRSA archive](https://irsa.ipac.caltech.edu).
3744

3845
These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
39-
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](irsasupport@ipac.caltech.edu) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
46+
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
4047

4148
For the Euclid Wide Survey standard operating mode, the telescope undertakes a 4-point dither pattern.
4249
At each position VIS and NISP each take a 570s exposure, consisting of a direct visible image and a red grism exposure.

tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ kernelspec:
1515

1616
+++
1717

18+
19+
```{warning}
20+
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21+
22+
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23+
```
24+
1825
## Learning Goals
1926

2027
+++
@@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
3643
On March 19, 2025 the data will be available on the [ESA archive](https://easidr.esac.esa.int/sas/) and on the [IRSA archive](https://irsa.ipac.caltech.edu).
3744

3845
These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
39-
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](irsasupport@ipac.caltech.edu) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
46+
If you have any issues accessing data from the archives, please contact the helpdesk directly: [IRSA helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
4047

4148
Every one dimensional spectrum is processed through a template and line fitting pipeline, producing several different 'SPE' catalogs.
4249
This notebook provides an introduction to the SPE catalogs released as part of Euclid Q1.

0 commit comments

Comments
 (0)