REB Functional Tests  1.0
Testing suite for the WREB, GREB, and VST readout boards
pdfGenWREB.py File Reference

Contains common PDF generation routines for the WREB test report. More...

Classes

class  pdfGenWREB.PDF
 PDF generation class for reports. More...
 

Functions

def pdfGenWREB.residualPlots (datas, residuals, saveAs, ROI=None, xdat=None, pltRange=None)
 Generates a set of plots and residuals. More...
 
def pdfGenWREB.multiPlots (datas, saveAs, xdat=None)
 Generates a set of plots. More...
 

Detailed Description

Contains common PDF generation routines for the WREB test report.

External dependencies:

  • Matplotlib
  • Numpy

Function Documentation

def pdfGenWREB.multiPlots (   datas,
  saveAs,
  xdat = None 
)

Generates a set of plots.

Parameters
datasZipped data arrays and legend titles
saveAsFilename to save plot as
xdatOptional zipped array of x values and titles. Defaults to iteration values.
def pdfGenWREB.residualPlots (   datas,
  residuals,
  saveAs,
  ROI = None,
  xdat = None,
  pltRange = None 
)

Generates a set of plots and residuals.

Parameters
datasZipped data arrays and legend titles
residualsZipped array of residuals and legend titles
saveAsFilename to save plot as
ROIOptional parameter specifying region of interest in the plot
xdatOptional zipped array of x values and titles. Defaults to iteration values.
pltRangeOptional specified plot range.