Skip to content

Commit eca4a4b

Browse files
authored
Merge pull request #114 from bsipocz/disable_list_collections
TMP: temporarily comment out list_collection calls
2 parents fcea783 + 4329078 commit eca4a4b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tutorials/cloud_access/euclid-cloud-access.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ coord = SkyCoord.from_name(target_name)
115115
search_radius = 10 * u.arcsec
116116
```
117117

118-
List all Simple Image Access (SIA) collections for IRSA with names containing "euclid":
119-
120-
```{code-cell} ipython3
121-
collections = Irsa.list_collections(servicetype='SIA', filter='euclid')
122-
collections
123-
```
118+
% List all Simple Image Access (SIA) collections for IRSA with names containing "euclid":
119+
%
120+
% ```{code-cell} ipython3
121+
% collections = Irsa.list_collections(servicetype='SIA', filter='euclid')
122+
% collections
123+
% ```
124124

125125
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:
126126

tutorials/euclid_access/Euclid_ERO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ Note that the Euclid ERO images are no in the cloud currently, but we access the
157157
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).
158158
```
159159

160-
The IRSA SIA products can be listed via
161-
```
162-
Irsa.list_collections(servicetype='SIA')
163-
```
160+
% The IRSA SIA products can be listed via
161+
% ```
162+
% Irsa.list_collections(servicetype='SIA')
163+
% ```
164164

165165
Here we use the collection *euclid_ero*, containing the Euclid ERO images. We first create a `SkyCoord` object and then query the SIA.
166166

0 commit comments

Comments
 (0)