Skip to content

Commit 7fa76be

Browse files
authored
Merge pull request #55 from bsipocz/euclid_ero
ENH: adding Euclid ERO notebook
2 parents 88b1350 + ed5ebe8 commit 7fa76be

File tree

4 files changed

+707
-3
lines changed

4 files changed

+707
-3
lines changed

.binder/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# For the content of the tutorials
2+
tqdm
23
numpy
34
matplotlib
45
astropy
@@ -12,8 +13,10 @@ dask[distributed]
1213
psutil
1314
ray
1415
s3fs
15-
firefly-client
16+
firefly-client>=3.2.0
1617
jupyter-firefly-extensions
1718
reproject
19+
photutils
20+
sep>=1.4
1821
# For supporting myst-based notebooks
1922
jupytext

conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
'sphinx_copybutton',
3030
]
3131

32+
myst_enable_extensions = [
33+
'dollarmath',
34+
]
35+
3236
# Add any paths that contain templates here, relative to this directory.
3337
templates_path = ['_templates']
3438

@@ -58,9 +62,9 @@
5862
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5963

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

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

6569
# -- Options for HTML output -------------------------------------------------
6670

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)