Skip to content

Commit 65be9ed

Browse files
Tiffany Meshkatbsipocz
authored andcommitted
Updating the MER notebook to include the VIS and NIR calibration frames
1 parent 6a3add6 commit 65be9ed

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ 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+
1. 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+
2. 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+
3. 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+
4. 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+
115+
104116
```{code-cell} ipython3
105117
image_table = Irsa.query_sia(pos=(coord, search_radius), collection='euclid_DpdMerBksMosaic')
106118
```

0 commit comments

Comments
 (0)