From fdc7532d06231a9ff2183625e3997e00efb203b3 Mon Sep 17 00:00:00 2001 From: RDaxini <143435106+RDaxini@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:51:51 +0100 Subject: [PATCH] Update average_photon_energy.py --- docs/examples/spectrum/average_photon_energy.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/examples/spectrum/average_photon_energy.py b/docs/examples/spectrum/average_photon_energy.py index ee088b479..dbf51e593 100644 --- a/docs/examples/spectrum/average_photon_energy.py +++ b/docs/examples/spectrum/average_photon_energy.py @@ -136,6 +136,9 @@ # # How can we quantify this shift? That is where the average photon energy comes # into play. +# +# XX shifted relative to what --- itself, reference // clarify --- e.g. AM1.5 +# below # %% # Calculating the average photon energy @@ -157,8 +160,10 @@ ape = spectrum.average_photon_energy(spectra) +# %% # XX table? add values / arrow(s) to graph XX - +# XX add AM1.5 graph/ape value +# plot hourly ape with AM1.5 APE constant line? # %% # References # ----------