File tree Expand file tree Collapse file tree 4 files changed +707
-3
lines changed Expand file tree Collapse file tree 4 files changed +707
-3
lines changed Original file line number Diff line number Diff line change 11# For the content of the tutorials
2+ tqdm
23numpy
34matplotlib
45astropy
@@ -12,8 +13,10 @@ dask[distributed]
1213psutil
1314ray
1415s3fs
15- firefly-client
16+ firefly-client >= 3.2.0
1617jupyter-firefly-extensions
1718reproject
19+ photutils
20+ sep >= 1.4
1821# For supporting myst-based notebooks
1922jupytext
Original file line number Diff line number Diff line change 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.
3337templates_path = ['_templates' ]
3438
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments