Peak

Peak#

class scarlet2.detect.Peak(y: int, x: int, flux: float)[source]#

Bases: object

A peak (local maximum) in a Footprint.

y#

Row index in the full image.

Type:

int

x#

Column index in the full image.

Type:

int

flux#

Pixel value at the peak location.

Type:

float