pipeline.infrastructure.renderer.qaadapter

The qaadapter module holds classes that regroup the results list, ordered by stage number, into a structure ordered by task type. This regrouping is used by the QA sections of the weblog.

Classes

CalibrationTopic()

CalibrationTopic collects together those results generated by calibration tasks.

DataSetTopic()

DataSetTopic collects together those results generated by data set handling tasks.

FlaggingTopic()

FlaggingTopic collects together those results generated by flagging tasks.

ImagingTopic()

ImagingTopic collects together those results generated by imaging tasks.

LineFindingTopic()

LineFindingTopic collects together those results generated by line-finding tasks.

MiscellaneousTopic()

MiscellaneousTopic collects together those results generated by miscellaneous tasks that don’t belong in any other category.

QABaseAdapter(context, result)

Topic(url, description)

Topic is the base class for a Topic web log section.

TopicRegistry()