cape.pylava.report: Automated report interface

This customization of the cape.cfdx.report class for LAVA mostly just points to the correct databook classes that are specific to LAVA.

class cape.pylava.report.Report(cntl: CntlBase, rep: str)

Interface for automated report generation

Call:
>>> R = Report(cntl, rep)
Inputs:
cntl: cape.pykes.cntl.Cntl

CAPE main control instance

rep: str

Name of report to update

Outputs:
R: pyFun.report.Report

Automated report interface

Versions:
  • 2021-12-01 @ddalle: Version 1.0

LinkVizFiles(sfig=None, i=None)

Create links to appropriate visualization files

Call:
>>> R.LinkVizFiles(sfig, i)
Inputs:
R: Report

Automated report interface

sfig: str

Name of the subfigure

i: int

Case index

See Also:

cape.pylava.casecntl.LinkViz()

Versions:
  • 2025-07-28 @jmeeroff: First version