Detection (photutils.detection
)#
This subpackage contains tools for detecting sources in an astronomical image.
Functions#
|
Find local peaks in an image that are above a specified threshold value. |
Classes#
|
Detect stars in an image using the DAOFIND (Stetson 1987) algorithm. |
|
Detect stars in an image using IRAF's "starfind" algorithm. |
|
Detect stars in an image using a user-defined kernel. |
Abstract base class for star finders. |