continunet.finder.Finder
- class continunet.finder.Finder(image: str, layers: int = 4)[source]
Class for source finding in radio continuum images.
- __init__(image: str, layers: int = 4)[source]
Initialise the Finder class.
- Parameters:
image (str) – The path to the FITS image.
layers (int) – The number of encoding and decoding layers in the U-Net model. Layers is set by default to 4, and cannot currently be changed.
Methods
__init__(image[, layers])Initialise the Finder class.
export_sources(path[, export_fits])Export source catalogue to a directory.
find([generate_maps, threshold, sigma_snr, ...])Find sources in a continuum image.