filling a few things in

This commit is contained in:
2025-09-16 12:23:10 +02:00
parent bb66126417
commit 47fff2a7f8
14 changed files with 1005 additions and 85 deletions

19
results.typ Normal file
View File

@@ -0,0 +1,19 @@
#import "importer/main.typ": *
#import "@preview/physica:0.9.5": *
= Results
== 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")
== Signals
#let notebook = json("../workdir/11_visualization/simulation_signals.ipynb")
#image_cell(notebook, cell_id: "signal_comparison")
#image_cell(notebook, cell_id: "power_spectra_comparison")