SEDetection#
- class prose.blocks.detection.SEDetection(threshold=2.5, n_stars=None, min_separation=None, sort=True, name=None)#
Source Extractor detection.
write
Image.stars_coordsandImage.peaks- Parameters:
threshold (float, optional) β threshold factor for which to consider pixel as potential sources, by default 1.5
n_stars (int, optional) β maximum number of stars to consider, by default None
min_separation (float, optional) β minimum separation between sources, by default 5.0. If less than that, close sources are merged
sort (bool, optional) β whether to sort stars coordinates from the highest to the lowest intensity, by default True