Skip to content

Commit 4733958

Browse files
authored
Merge pull request #93 from bsipocz/ENH_adding_roman_simulation_density
ENH: adding roman simulation density tutorial
2 parents 1986cb2 + c559537 commit 4733958

File tree

3 files changed

+1105
-1
lines changed

3 files changed

+1105
-1
lines changed

.binder/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# For the content of the tutorials
1+
# For the content of the tutorials, these packages are used directly or are
2+
# undeclared optional dependencies of functionalities we rely on
3+
#
24
tqdm
35
numpy>=1.24
46
matplotlib>=3.7
@@ -19,6 +21,8 @@ reproject
1921
photutils>=2.0
2022
fsspec
2123
sep>=1.4
24+
h5py
25+
requests
2226
# For supporting myst-based notebooks
2327
jupytext
2428
# Making admonotions look nice for the myst notebooks

index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@ tutorials/firefly/OpenUniverse2024Preview_Firefly
9191
9292
```
9393

94+
## Simulated Data
95+
96+
```{toctree}
97+
---
98+
maxdepth: 1
99+
caption: Simulated Data
100+
---
101+
102+
tutorials/roman_simulations/roman_hlss_number_density.md
103+
104+
```
94105

95106
## Generally useful techniques
96107

0 commit comments

Comments
 (0)