prose.core.source.PointSource.__init__#
- PointSource.__init__(region=None, coords=None, peak=0, i=None)#
Point source (star)
- Parameters:
region (skimage.measure.RegionProperties, optional) – An skimage RegionProperties containing the source, by default None. Only one of ‘coords’ or ‘region’ must be provided
coords (array, optional) – Pixel coordinates of the source, by default None. Only one of ‘coords’ or ‘region’ must be provided
peak (float, optional) – maximum pixel value of the source, by default 0
i (int, optional) – index identifier of the source, by default None