src_detection process user guide

Introduction

This modules describe the DoSrcDetectionProcess class used to implement the source detection process.

The tasks in the process are:

These tasks are orchestrated by the do_src_detection_process_func(), and the corresponding flow chart of the function is shown by the following diagram.

../../../_images/src_detection_process.png

schematic view of the source detection pipeline flow chart

Processes API

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.