sunpeek.core_methods.pc_method.plotting#
Module for creating plots and pdf report for the PC method.
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 PCPlots
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_pc__FHW_plot.py
- Only tested for FHW plant. Not guaranteed to work if array.tp
is None.
Functions
|
Create PC method report, with page numbers and metadata. |
|
|
|
Produce "all" PC figures that should go into a report. |
|
Plot overview result plot, horizontal bars with average powers in PC intervals, measured vs. |
|
Collector overview page: collector details, IAMs etc. |
|
Cover page for Power Check report. |
|
Page with considered data: Table with data points considered, on the basis of ISO 24194 Annex A. |
|
Plot full-resolution data for temperatures, power, volume flow etc. |
|
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
|