Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/source/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -354,7 +374,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.7"
"version": "3.12.9"
}
},
"nbformat": 4,
Expand Down
Loading