FindPPOIInROIOut

class giant.image_processing.point_source_finder.FindPPOIInROIOut(peak_location, stats, peak_snr)[source]

This named tuple represents the output of the find_poit_in_roi() method.

Create new instance of FindPPOIInROIOut(peak_location, stats, peak_snr)

Parameters:
  • peak_location (list[ndarray[tuple[Any, ...], dtype[int64]]])

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

  • peak_snr (list[float])