#import "globals.typ": * = Results == Map outputs #let notebook = json("../workdir/11_visualization/simulation_maps.ipynb") #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) ] == 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")