opticam_new.reduction.finder

Classes

DefaultFinder

Default source finder. Combines image segmentation with source deblending.

Module Contents

class opticam_new.reduction.finder.DefaultFinder(npixels, border_width=0)

Default source finder. Combines image segmentation with source deblending.

Parameters:
  • npixels (int)

  • border_width (int)

border_width = 0
finder
__call__(data, threshold)
Parameters:
  • data (numpy.typing.NDArray)

  • threshold (float)

Return type:

photutils.segmentation.SegmentationImage