Commit 543d97a
Spectral mismatch calculation code (#1524)
* Add mismatch module in pvlib.spectrum
* Add utility function to produce a sample sr to work or play with.
* Add reference spectrum file and reader function.
* Add the mismatch calculation.
* Add tests and expand doc strings.
* Update whatnew and placate Stickler.
* Change am15 file from xls to csv; doc string expansion and misc small changes.
* Adjust __init__.py and imports; sphynx references; whatsnew.
* Undo whatsnew v0.9.2
* Resolve multiple issues from ongoing review.
* Make many improvements based on reviews.
* Fix indentation and __init__.py
* Polish docstrings some more.
* Add explanation of truncation strategy.
* Final touches.
* Expand explanation for truncation
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>1 parent 875aa10 commit 543d97a
File tree
6 files changed
+2324
-4
lines changed- docs/sphinx/source
- reference
- whatsnew
- pvlib
- data
- spectrum
- tests
6 files changed
+2324
-4
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
0 commit comments