Skip to content

Commit 6a6523d

Browse files
committed
Adding Euclid ERO notebook to the rendering
1 parent 22cc69d commit 6a6523d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5959

6060
# Euclid data is not yet available publicly
61-
nb_execution_excludepatterns += ['*Euclid*', '*euclid*']
61+
nb_execution_excludepatterns += ['*_Euclid*', '*euclid*']
6262

63-
exclude_patterns += ['tutorials/*/*[Ee]uclid*']
63+
exclude_patterns += ['tutorials/*/*_Euclid*', 'tutorials/*/euclid*']
6464

6565
# -- Options for HTML output -------------------------------------------------
6666

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey
4040
4141
```
4242

43+
## Accessing Euclid data
44+
45+
```{toctree}
46+
---
47+
maxdepth: 1
48+
caption: Euclid Early Release Observations
49+
---
50+
51+
tutorials/euclid_access/Euclid_ERO
52+
```
4353

4454
## Interactive visualization in Python with Firefly
4555

0 commit comments

Comments
 (0)