You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/euclid_access/1_Euclid_intro_MER_images.md
+26-46Lines changed: 26 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ kernelspec:
19
19
20
20
+++
21
21
22
-
By the end of this tutorial, you will:
22
+
By the end of this tutorial, you will:
23
23
- Understand the basic characteristics of Euclid Q1 MER mosaics.
24
24
- How do download full MER mosaics.
25
25
- How to make smaller cutouts of MER mosaics.
@@ -32,11 +32,17 @@ By the end of this tutorial, you will:
32
32
33
33
+++
34
34
35
-
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe. The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO). 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).
35
+
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe.
36
+
The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO).
37
+
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).
36
38
37
-
These notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive. At the end of the notebook, we also include some information for how to access the Q1 data from the ESA archive. If you have any issues accessing data from the archives, please contact the helpdesk directly: IRSA ([email protected]) and ESA (https://support.cosmos.esa.int/euclid).
39
+
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]([email protected]) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
38
41
39
-
MER mosaic images are all the images from Level 2 images in different filters mapped to a common pixel scale. This notebook provides an introduction to MER mosaics released as part of Euclid Q1. Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
42
+
MER mosaic images are all the images from Level 2 images in different filters mapped to a common pixel scale.
43
+
44
+
This notebook provides an introduction to MER mosaics released as part of Euclid Q1.
45
+
Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
40
46
41
47
+++
42
48
@@ -82,12 +88,12 @@ search_radius = 10 * u.arcsec
82
88
coord = SkyCoord.from_name('HD 168151')
83
89
```
84
90
85
-
Use IRSA to search for all Euclid data on this target.
86
-
This searches specifically in the euclid_DpdMerBksMosaic "collection" which is the MER images and catalogs.
91
+
Use IRSA to search for all Euclid data on this target.
92
+
This searches specifically in the euclid_DpdMerBksMosaic "collection" which is the MER images and catalogs.
87
93
This query will return any image with pixels that overlap the search region.
Copy file name to clipboardExpand all lines: tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ kernelspec:
19
19
20
20
+++
21
21
22
-
By the end of this tutorial, you will:
22
+
By the end of this tutorial, you will:
23
23
- Understand the basic characteristics of Euclid Q1 MER catalogs.
24
24
- What columns are available in the MER catalog.
25
25
- How to query with ADQL in the MER catalog.
@@ -31,11 +31,17 @@ By the end of this tutorial, you will:
31
31
32
32
+++
33
33
34
-
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe. The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO). 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).
34
+
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe.
35
+
The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO).
36
+
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).
35
37
36
-
These notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive. At the end of the notebook, we also include some information for how to access the Q1 data from the ESA archive. If you have any issues accessing data from the archives, please contact the helpdesk directly: IRSA ([email protected]) and ESA (https://support.cosmos.esa.int/euclid).
38
+
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]([email protected]) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
37
40
38
-
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. This notebook provides an introduction to the MER catalog released as part of Euclid Q1. Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
41
+
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.
42
+
43
+
This notebook provides an introduction to the MER catalog released as part of Euclid Q1.
44
+
Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
39
45
40
46
+++
41
47
@@ -56,7 +62,7 @@ import pyvo as vo
56
62
## 1. Download MER catalog from IRSA directly to this notebook
57
63
58
64
```{code-cell} ipython3
59
-
service = vo.dal.TAPService("https://irsadev.ipac.caltech.edu/TAP")
65
+
service = vo.dal.TAPService("https://irsa.ipac.caltech.edu/TAP")
Copy file name to clipboardExpand all lines: tutorials/euclid_access/3_Euclid_intro_1D_spectra.md
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ kernelspec:
19
19
20
20
+++
21
21
22
-
By the end of this tutorial, you will:
22
+
By the end of this tutorial, you will:
23
23
- Understand the basic characteristics of Euclid Q1 SIR 1D spectra.
24
24
- What columns are available in the MER catalog.
25
25
- How to query with ADQL in the MER catalog.
@@ -29,17 +29,27 @@ By the end of this tutorial, you will:
29
29
30
30
## Introduction
31
31
32
-
+++
32
+
++
33
33
34
-
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe. The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO). 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).
34
+
Euclid is a European Space Agency (ESA) space mission with NASA participation, to study the geometry and nature of the dark Universe.
35
+
The Quick Data Release 1 (Q1) are the first data release from the Euclid mission after the Early Release Observations (ERO).
36
+
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).
35
37
36
-
These notebooks focus on how to access, download, and process Euclid Q1 data from the IRSA archive. At the end of the notebook, we also include some information for how to access the Q1 data from the ESA archive. If you have any issues accessing data from the archives, please contact the helpdesk directly: IRSA ([email protected]) and ESA (https://support.cosmos.esa.int/euclid).
38
+
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]([email protected]) and [ESA Euclid Helpdesk](https://support.cosmos.esa.int/euclid).
37
40
38
-
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. This is followed by further NISP exposures in the Y, J, and H band filters (112 seconds each). The telescope is then dithered, and the sequence is repeated starting with a different grism position angle. There are actually two operational grisms oriented 180 degrees from each other. Each grism which will be used twice in this sequence, but with slight angular offsets (+/- 4 degrees), effectively creating the four different grism angles (Scaramella et al. 2022, A&A 662, A112).
41
+
For the Euclid Wide Survey standard operating mode, the telescope undertakes a 4-point dither pattern.
42
+
At each position VIS and NISP each take a 570s exposure, consisting of a direct visible image and a red grism exposure.
43
+
This is followed by further NISP exposures in the Y, J, and H band filters (112 seconds each).
44
+
The telescope is then dithered, and the sequence is repeated starting with a different grism position angle.
45
+
There are actually two operational grisms oriented 180 degrees from each other. Each grism which will be used twice in this sequence, but with slight angular offsets (+/- 4 degrees), effectively creating the four different grism angles (Scaramella et al. 2022, A&A 662, A112).
39
46
40
-
Data which can be obtained for SIR include: SIR "images", which effectively show the full image of objects with the spectral traces overlapping, and SIR 1D spectra for individual objects. Below we will describe how to access and process the 1D spectra products. For most users, simply accessing th 1D spectra is probably the preferred option, unless they would like to extract the spectrum again, or inspect the images to see if there is any artifact which might add noise to the spectrum.
47
+
Data which can be obtained for SIR include: SIR "images", which effectively show the full image of objects with the spectral traces overlapping, and SIR 1D spectra for individual objects.
48
+
In this notebook we describe how to access and process the 1D spectra products.
49
+
For most users, simply accessing th 1D spectra is probably the preferred option, unless they would like to extract the spectrum again, or inspect the images to see if there is any artifact which might add noise to the spectrum.
41
50
42
-
This notebook provides an introduction to the SIR 1D spectra released as part of Euclid Q1. Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
51
+
This notebook provides an introduction to the SIR 1D spectra released as part of Euclid Q1.
52
+
Other Euclid notebooks show how to use other data products released as part of Euclid Q1.
43
53
44
54
+++
45
55
@@ -68,7 +78,7 @@ import pyvo as vo
68
78
Search for all tables in IRSA labeled as euclid
69
79
70
80
```{code-cell} ipython3
71
-
service = vo.dal.TAPService("https://irsadev.ipac.caltech.edu/TAP")
81
+
service = vo.dal.TAPService("https://irsa.ipac.caltech.edu/TAP")
0 commit comments