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 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 diff --git a/index.md b/index.md index 0ea3818d..b22ddc26 100644 --- a/index.md +++ b/index.md @@ -37,11 +37,14 @@ 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 @@ -49,6 +52,23 @@ 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 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 b8ceac81..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 +++ @@ -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. diff --git a/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md b/tutorials/euclid_access/2_Euclid_intro_MER_catalog.md index 8518200a..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 +++ @@ -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. diff --git a/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md b/tutorials/euclid_access/3_Euclid_intro_1D_spectra.md index b18bb9a2..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 +++ @@ -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. diff --git a/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md b/tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md index aa34d329..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 +++ @@ -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.