nearly fully fleshed out now

This commit is contained in:
2025-09-17 18:11:07 +02:00
parent 4302cfc914
commit fdedbdbee2
17 changed files with 260 additions and 298 deletions

View File

@@ -4,10 +4,44 @@
== Map outputs
#let notebook = json("../workdir/11_visualization/simulation_maps.ipynb")
#image_cell(notebook, cell_id: "presentation_x_alpha_map")
#image_cell(notebook, cell_id: "presentation_temperature_map")
#image_cell(notebook, cell_id: "presentation_xHII_map")
#image_cell(notebook, cell_id: "presentation_dtb_map")
#grid(
columns: (auto, 10em)
)[
#image_cell(notebook, cell_id: "presentation_x_alpha_map")
][
#lorem(20)
]
#pagebreak()
#grid(
columns: (auto, 10em)
)[
#image_cell(notebook, cell_id: "presentation_temperature_map")
][
#lorem(20)
]
#pagebreak()
#grid(
columns: (auto, 10em)
)[
#image_cell(notebook, cell_id: "presentation_xHII_map")
][
#lorem(20)
]
#pagebreak()
#grid(
columns: (auto, 10em)
)[
#image_cell(notebook, cell_id: "presentation_dtb_map")
][
#lorem(20)
]