sunpeek.core_methods.dcam_lite_collective.plotting#
Module for creating plots and pdf report for D-CAM Yield Check.
Notes
Main method is :fun:`create_pdf_report`.
Plots can be created individually by functions like :fun:`plot_cover()` etc., or also
by using the methods in the DCAMYieldPlots class. The functions are thin wrappers around the class methods.
- Settings are documented in the plot_utils.PlotSettings class.
- Tests for this module are in test_dcam_FHW_plot.py.py
- Only tested for FHW plant.
- As opposed to PC plots, these plots are for an array (not a plant), like the whole D-CAM yield currently is.
Functions
|
|
|
Combine matplotlib figures into a pdf report and save file to disk. |
|
|
|
Produce "all" D-CAM yield concept4 figures that should go into a report. |
|
Plot sums / average energy yields in intervals, measured vs. |
|
Collector overview page: collector details, IAMs etc. |
|
Cover page for Thermal Power Check report. |
|
Page with considered data: Table with data points considered, on the basis of ISO 24194 Annex A. |
|
Plot residuals/deviations from measured and simulated outlet temperatures for each interval in an individual plot. |
|
Plot residuals/deviations from measured and simulated outlet temperatures for all intervals, but cumulated in one plot. |
|
Plot full-resolution data for temperatures, power, volume flow etc. |
|
Table with reference conditions and the 2-N collector parameters used in each interval. |
|
Plant overview page: plant details, arrays + areas etc. |
|
Plots ratio of measured vs. |
|
Plot measured vs. |
|
Page with symbols / abbreviations used in the report. |
|
Plot ratio of measured vs. |
Classes
|