Skip to content

Commit 4db7e56

Browse files
authored
Merge pull request #112 from tmesh/Meshkat_jun20_new
ENH: adding explanations for the Euclid calibration frames
2 parents 6a3add6 + 71a3568 commit 4db7e56

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jupytext:
44
extension: .md
55
format_name: myst
66
format_version: 0.13
7-
jupytext_version: 1.16.7
7+
jupytext_version: 1.17.2
88
kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
@@ -101,6 +101,17 @@ The IRSA SIA collections can be listed using using the ``list_collections`` meth
101101
Irsa.list_collections(filter='euclid')
102102
```
103103

104+
There are currently four collections available:
105+
106+
* `'euclid_ero'` -- the Early Release Observations, for more information see [Euclid ERO documentation at IRSA](https://irsa.ipac.caltech.edu/data/Euclid/docs/overview_ero.html).
107+
* `'euclid_DpdMerBksMosaic'` -- This is the collection of interest for us in this notebook, it contains all the Q1 MER mosaic data. For more information on MER mosaics, see the "Introduction" above.
108+
* `'euclid_DpdVisCalibratedQuadFrame'` -- This collection contains the VIS instrument Calibrated images. Please note these data are not stacked, so there are four dither positions for every observation ID and two calibration frames.
109+
* `'euclid_DpdNirCalibratedFrame'` -- This collection contains the NIR instrument Calibrated images. Please note these data are not stacked, so there are four dither positions for every observation ID.
110+
111+
For more information on the VIS and NIR calibrated frames, please read the [IRSA User Guide](https://irsa.ipac.caltech.edu/data/Euclid/docs/euclid_archive_at_irsa_user_guide.pdf)
112+
113+
In this notebook, we will focus on downloading and visualizing the MER mosaic data.
114+
104115
```{code-cell} ipython3
105116
image_table = Irsa.query_sia(pos=(coord, search_radius), collection='euclid_DpdMerBksMosaic')
106117
```

0 commit comments

Comments
 (0)