From 5e41ab50bbdb934132799857cd612564c60b353c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 14 Mar 2025 09:55:33 -0700 Subject: [PATCH 1/8] Adding Euclid notebooks to rendering --- index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.md b/index.md index 0ea3818d..3cab9087 100644 --- a/index.md +++ b/index.md @@ -49,6 +49,20 @@ caption: Euclid Early Release Observations --- tutorials/euclid_access/Euclid_ERO + +``` + +```{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 + ``` ## Interactive visualization in Python with Firefly From c972aea242cb10e354e01293b2bc3bd3b32de748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 14 Mar 2025 09:55:49 -0700 Subject: [PATCH 2/8] Adding new requirements brought in by the Euclid notebooks --- .binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.binder/requirements.txt b/.binder/requirements.txt index 084d384c..b50aaf01 100644 --- a/.binder/requirements.txt +++ b/.binder/requirements.txt @@ -17,6 +17,7 @@ firefly-client>=3.2.0 jupyter-firefly-extensions reproject photutils +fsspec sep>=1.4 # For supporting myst-based notebooks jupytext From 38eb8c6801ac5adb4912381869a4d3e528e97b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 14 Mar 2025 15:44:13 -0700 Subject: [PATCH 3/8] Adding euclid cloud access to rendering --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 3cab9087..06b3c7de 100644 --- a/index.md +++ b/index.md @@ -62,6 +62,7 @@ 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 ``` From 7f863029239fe89387650f87cfc1870448aef6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 14 Mar 2025 18:03:41 -0700 Subject: [PATCH 4/8] Adding euclid cloud access to the cloud heading, too --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 06b3c7de..2de41367 100644 --- a/index.md +++ b/index.md @@ -37,6 +37,7 @@ 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 ``` From dd99e12c4cc94b7b3b72ac413c0593e2442955f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 15 Mar 2025 20:54:09 -0700 Subject: [PATCH 5/8] CI: include Euclid notebooks in HTML --- conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.py b/conf.py index f2933295..0df82180 100644 --- a/conf.py +++ b/conf.py @@ -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 From e7929459b2e3acf991ee3cbe58a2a36bc95b0dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 18 Mar 2025 00:00:42 -0700 Subject: [PATCH 6/8] DOC: adding heading level to main page --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index 2de41367..b22ddc26 100644 --- a/index.md +++ b/index.md @@ -43,6 +43,8 @@ tutorials/cloud_access/euclid-cloud-access ## Accessing Euclid data +### Euclid Early Release Observation + ```{toctree} --- maxdepth: 1 @@ -53,6 +55,8 @@ tutorials/euclid_access/Euclid_ERO ``` +### Euclid Quick Release 1 + ```{toctree} --- maxdepth: 1 From 0e767ec93ba98be55de31333bafb3699d85d47a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 18 Mar 2025 19:46:32 -0700 Subject: [PATCH 7/8] Swapping helpdesk email with helpdesk page --- tutorials/euclid_access/1_Euclid_intro_MER_images.md | 2 +- tutorials/euclid_access/2_Euclid_intro_MER_catalog.md | 2 +- tutorials/euclid_access/3_Euclid_intro_1D_spectra.md | 2 +- tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/euclid_access/1_Euclid_intro_MER_images.md b/tutorials/euclid_access/1_Euclid_intro_MER_images.md index b8ceac81..d338dfa8 100644 --- a/tutorials/euclid_access/1_Euclid_intro_MER_images.md +++ b/tutorials/euclid_access/1_Euclid_intro_MER_images.md @@ -37,7 +37,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. diff --git a/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md b/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md index 8518200a..ac5ee1cf 100644 --- a/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md +++ b/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md @@ -36,7 +36,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. diff --git a/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md b/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md index b18bb9a2..39f98312 100644 --- a/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md +++ b/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md @@ -36,7 +36,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. diff --git a/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md b/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md index aa34d329..eac90f4d 100644 --- a/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md +++ b/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md @@ -36,7 +36,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. From 71a2815e7429f2979fda841cb49797eb6b3bf019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 18 Mar 2025 19:57:03 -0700 Subject: [PATCH 8/8] WARN: adding Q1 timing warning at the top of the notebooks, remove once the data is public --- tutorials/cloud_access/euclid-cloud-access.md | 7 +++++++ tutorials/euclid_access/1_Euclid_intro_MER_images.md | 6 ++++++ tutorials/euclid_access/2_Euclid_intro_MER_catalog.md | 7 +++++++ tutorials/euclid_access/3_Euclid_intro_1D_spectra.md | 7 +++++++ tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md | 7 +++++++ 5 files changed, 34 insertions(+) diff --git a/tutorials/cloud_access/euclid-cloud-access.md b/tutorials/cloud_access/euclid-cloud-access.md index 8ad82718..8361a680 100644 --- a/tutorials/cloud_access/euclid-cloud-access.md +++ b/tutorials/cloud_access/euclid-cloud-access.md @@ -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. diff --git a/tutorials/euclid_access/1_Euclid_intro_MER_images.md b/tutorials/euclid_access/1_Euclid_intro_MER_images.md index d338dfa8..6bf792eb 100644 --- a/tutorials/euclid_access/1_Euclid_intro_MER_images.md +++ b/tutorials/euclid_access/1_Euclid_intro_MER_images.md @@ -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 +++ diff --git a/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md b/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md index ac5ee1cf..3b114a46 100644 --- a/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md +++ b/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md @@ -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 +++ diff --git a/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md b/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md index 39f98312..62d713e2 100644 --- a/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md +++ b/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md @@ -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 +++ diff --git a/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md b/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md index eac90f4d..a7b74847 100644 --- a/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md +++ b/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md @@ -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 +++