From f566e34186380febbef37295e17bbe5e6334ef0c Mon Sep 17 00:00:00 2001 From: oczoske Date: Wed, 1 Apr 2026 10:37:15 +0200 Subject: [PATCH] Document system transmission plot in getting_started --- docs/source/getting_started.ipynb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/source/getting_started.ipynb b/docs/source/getting_started.ipynb index 5e18b6b5..48a92397 100644 --- a/docs/source/getting_started.ipynb +++ b/docs/source/getting_started.ipynb @@ -316,6 +316,26 @@ "simulation.settings[\"!ATMO\"]" ] }, + { + "cell_type": "markdown", + "id": "15efee46-576f-4aee-9dd9-3ab2fe68ba14", + "metadata": {}, + "source": [ + "### Inspecting the system transmission\n", + "\n", + "The total system transmission and the contribution from the individual elements in the optical train can be visualised as follows:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "80c0c1cd-cc6c-4015-9c7c-ed0bc5479c98", + "metadata": {}, + "outputs": [], + "source": [ + "simulation.optical_train.optics_manager.system_transmission(plot=True);" + ] + }, { "cell_type": "markdown", "id": "labeled-railway", @@ -354,7 +374,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.7" + "version": "3.12.9" } }, "nbformat": 4,