src_detection pipeline user guide¶
Introduction¶
This modules describe the SrcDetectionPipeline
class used to create the pipeline for the source detection.
The process in the pipeline are orchestrated by the do_src_detection_pipeline_func()
.
- This pipeline has only one process:
DoSrcDetectionProcess
(user guide: src_detection process user guide)
Full API¶
A full API description of the processes can be found at
DoSrcDetectionProcess ([name, func, ...]) |
Class that implements the src detection process |
do_src_detection_process_func (process, image) |
This function implements the logic of the algorithm for the detection :class:DoSrcDetectionProcess. |
Processes userguide¶
- An accurate user guide of the processes can be found at: