Skip to content

Euclid rendering #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ firefly-client>=3.2.0
jupyter-firefly-extensions
reproject
photutils
fsspec
sep>=1.4
# For supporting myst-based notebooks
jupytext
2 changes: 0 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
# Euclid data is not yet available publicly
nb_execution_excludepatterns += ['*_Euclid*', '*euclid*']

exclude_patterns += ['tutorials/*/*_Euclid*', 'tutorials/*/euclid*']

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down
20 changes: 20 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,38 @@ tutorials/parquet-catalog-demos/neowise-source-table-strategies
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey
tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey
tutorials/cloud_access/euclid-cloud-access

```

## Accessing Euclid data

### Euclid Early Release Observation

```{toctree}
---
maxdepth: 1
caption: Euclid Early Release Observations
---

tutorials/euclid_access/Euclid_ERO

```

### Euclid Quick Release 1

```{toctree}
---
maxdepth: 1
caption: Euclid Quick Release 1
---

tutorials/euclid_access/1_Euclid_intro_MER_images
tutorials/euclid_access/2_Euclid_intro_MER_catalog
tutorials/euclid_access/3_Euclid_intro_1D_spectra
tutorials/euclid_access/5_Euclid_intro_SPE_catalog
tutorials/cloud_access/euclid-cloud-access

```

## Interactive visualization in Python with Firefly
Expand Down
7 changes: 7 additions & 0 deletions tutorials/cloud_access/euclid-cloud-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ kernelspec:

+++


```{warning}
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.

We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
```

## Learning Goals
By the end of this tutorial, you will:
- Learn where Euclid Q1 data are stored in the cloud.
Expand Down
8 changes: 7 additions & 1 deletion tutorials/euclid_access/1_Euclid_intro_MER_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ kernelspec:

+++

```{warning}
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.

We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
```

## Learning Goals

+++
Expand All @@ -37,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
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).

These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
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).
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).

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

Expand Down
9 changes: 8 additions & 1 deletion tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ kernelspec:

+++


```{warning}
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.

We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
```

## Learning Goals

+++
Expand All @@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
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).

These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
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).
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).

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.

Expand Down
9 changes: 8 additions & 1 deletion tutorials/euclid_access/3_Euclid_intro_1D_spectra.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ kernelspec:

+++


```{warning}
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.

We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
```

## Learning Goals

+++
Expand All @@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
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).

These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
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).
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).

For the Euclid Wide Survey standard operating mode, the telescope undertakes a 4-point dither pattern.
At each position VIS and NISP each take a 570s exposure, consisting of a direct visible image and a red grism exposure.
Expand Down
9 changes: 8 additions & 1 deletion tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ kernelspec:

+++


```{warning}
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.

We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
```

## Learning Goals

+++
Expand All @@ -36,7 +43,7 @@ The Quick Data Release 1 (Q1) are the first data release from the Euclid mission
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).

These Q1 notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive.
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).
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).

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