POIFinderOut

class giant.image_processing.point_source_finder.POIFinderOut(centroids, centroid_intensity, point_spread_functions, stats, peak_snr)[source]

This named tuple represents the output of the point of interest finding process.

It contains the centroids of the identified points of interest, their intensities, the fitted point spread functions, blob statistics, and peak signal-to-noise ratios.

Create new instance of POIFinderOut(centroids, centroid_intensity, point_spread_functions, stats, peak_snr)

Parameters:
  • centroids (ndarray[tuple[Any, ...], dtype[float64]])

  • centroid_intensity (ndarray[tuple[Any, ...], dtype[_ScalarT]])

  • point_spread_functions (list[PointSpreadFunction])

  • stats (ndarray[tuple[Any, ...], dtype[int32]])

  • peak_snr (ndarray[tuple[Any, ...], dtype[float64]])