From 18b34f4f1efdadf200a6bf93baeb438370c16060 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sun, 11 Feb 2024 23:56:56 -0700 Subject: [PATCH] Added quantum efficiency example to the readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26516b1..9565d6c 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,8 @@ of how to raytrace a Newtonian telescope using Optika: Compute the [reflectivity of a multilayer mirror](https://optika.readthedocs.io/en/latest/_autosummary/optika.materials.multilayer_efficiency.html#optika.materials.multilayer_efficiency) by specifying the materials and thicknesses of the layers. -![multilayer example](https://optika.readthedocs.io/en/latest/_images/optika.materials.multilayer_efficiency_1_0.png) \ No newline at end of file +![multilayer example](https://optika.readthedocs.io/en/latest/_images/optika.materials.multilayer_efficiency_1_0.png) + +Model the [quantum efficiency of a backilluminated CCD](https://optika.readthedocs.io/en/latest/_autosummary/optika.sensors.quantum_efficiency_effective.html#optika.sensors.quantum_efficiency_effective) + +![QE example](https://optika.readthedocs.io/en/latest/_images/optika.sensors.quantum_efficiency_effective_0_0.png)