Skip to content

Commit 71a3568

Browse files
committed
MAINT: reformatting list to have a better look when rendered
1 parent 65be9ed commit 71a3568

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 5 additions & 6 deletions
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
@@ -103,16 +103,15 @@ The IRSA SIA collections can be listed using using the ``list_collections`` meth
103103

104104
There are currently four collections available:
105105

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.
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.
110110

111111
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)
112112

113113
In this notebook, we will focus on downloading and visualizing the MER mosaic data.
114114

115-
116115
```{code-cell} ipython3
117116
image_table = Irsa.query_sia(pos=(coord, search_radius), collection='euclid_DpdMerBksMosaic')
118117
```

0 commit comments

Comments
 (0)