Description
Is your feature request related to a problem? Please describe.
To further analyse spectral effect on PV systems, add spectral responses of other materials. Pretty much like pvlib.spectrum.get_example_spectral_response
Describe the solution you'd like
Another function with a similar API, presumably with the spectral responses linked by this @adriesse comment.
Each spectral response could be the mean of the same-tech modules (monosi
, polysi
and hit
).
Describe alternatives you've considered
Add EQE too or all modules' SRs.
Additional context
What should be done with pvlib.spectrum.get_example_spectral_response?
At first I think of a new function so there are no breaking changes, but reusing that API also looks juicy.
This issue is also discussed in #1963 .