From 4329078860c7e1bdaabd94690c739a2c69cb6708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 2 Jul 2025 15:40:42 -0700 Subject: [PATCH] TMP: temporarily comment out list_collection calls --- tutorials/cloud_access/euclid-cloud-access.md | 12 ++++++------ tutorials/euclid_access/Euclid_ERO.md | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tutorials/cloud_access/euclid-cloud-access.md b/tutorials/cloud_access/euclid-cloud-access.md index 43a020cc..8f1e2cc1 100644 --- a/tutorials/cloud_access/euclid-cloud-access.md +++ b/tutorials/cloud_access/euclid-cloud-access.md @@ -115,12 +115,12 @@ coord = SkyCoord.from_name(target_name) search_radius = 10 * u.arcsec ``` -List all Simple Image Access (SIA) collections for IRSA with names containing "euclid": - -```{code-cell} ipython3 -collections = Irsa.list_collections(servicetype='SIA', filter='euclid') -collections -``` +% List all Simple Image Access (SIA) collections for IRSA with names containing "euclid": +% +% ```{code-cell} ipython3 +% collections = Irsa.list_collections(servicetype='SIA', filter='euclid') +% collections +% ``` As per "Data Products Overview" in [user guide](https://irsa.ipac.caltech.edu/data/Euclid/docs/euclid_archive_at_irsa_user_guide.pdf) and above table, we identify that MER Mosiacs are available as the following collection: diff --git a/tutorials/euclid_access/Euclid_ERO.md b/tutorials/euclid_access/Euclid_ERO.md index 63c2adc4..944ec27e 100644 --- a/tutorials/euclid_access/Euclid_ERO.md +++ b/tutorials/euclid_access/Euclid_ERO.md @@ -157,10 +157,10 @@ Note that the Euclid ERO images are no in the cloud currently, but we access the The following only works for combined images (either extended or point source stacks). This would not work if there are multiple, let's say, H-band images of Euclid at a given position. Therefore, no time domain studies here (which is anyway not one of the main goals of Euclid). ``` -The IRSA SIA products can be listed via -``` -Irsa.list_collections(servicetype='SIA') -``` +% The IRSA SIA products can be listed via +% ``` +% Irsa.list_collections(servicetype='SIA') +% ``` Here we use the collection *euclid_ero*, containing the Euclid ERO images. We first create a `SkyCoord` object and then query the SIA.