ecpi.pipeline.lib.ecpi_pipeline module

Section author: ECLAIRs GP team

ECLAIRs GP pipeline

Summary

Classes:

EclairsPipelineForHttpServer

ECLAIRs pipeline in HTTP server mode

EclairsPipelineLocal

Main work flow processing for ECLAIRs pipeline

EclairsPipelineSdbCaldb

ECLAIRs pipeline in SDB CALDB mode

Class diagram:

Reference

class EclairsPipelineForHttpServer(cfg_path, id_proc=None)[source]

Bases: ecpi.pipeline.lib.ecpi_pipeline.EclairsPipelineSdbCaldb

ECLAIRs pipeline in HTTP server mode

class EclairsPipelineLocal(cfg_path)[source]

Bases: object

Main work flow processing for ECLAIRs pipeline

run()[source]

run pipeline, always do after_processing (cleaning mainly)

class EclairsPipelineSdbCaldb(cfg_path)[source]

Bases: ecpi.pipeline.lib.ecpi_pipeline.EclairsPipelineLocal

ECLAIRs pipeline in SDB CALDB mode