pecos.graphics.plot_test_results module

pecos.graphics.plot_test_results.nottest(afunction)[source]
pecos.graphics.plot_test_results.plot_test_results(filename, pm)[source]

Create test results graphics. Graphics include data that failed a quality control test.

Parameters:

filename : string

Filename root, each graphic is appended with ‘_pecos_*.jpg’ where * is an integer

pm : PerformanceMonitoring object

Contains data (pm.df) and test results (pm.test_results)