Skip to content

Commit fdc7532

Browse files
committed
Update average_photon_energy.py
1 parent 19791cf commit fdc7532

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/examples/spectrum/average_photon_energy.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
#
137137
# How can we quantify this shift? That is where the average photon energy comes
138138
# into play.
139+
#
140+
# XX shifted relative to what --- itself, reference // clarify --- e.g. AM1.5
141+
# below
139142

140143
# %%
141144
# Calculating the average photon energy
@@ -157,8 +160,10 @@
157160

158161
ape = spectrum.average_photon_energy(spectra)
159162

163+
# %%
160164
# XX table? add values / arrow(s) to graph XX
161-
165+
# XX add AM1.5 graph/ape value
166+
# plot hourly ape with AM1.5 APE constant line?
162167
# %%
163168
# References
164169
# ----------

0 commit comments

Comments
 (0)