MedianPSF#

class prose.blocks.psf.MedianPSF(cutout_size=None, stars=None, n=None, **kwargs)#

Get median psf from image.

read Image.cutouts

If Image.cutouts is not present (because a Cutouts block has not been included in the sequence), set cutout_size, which instantiate a Cutouts block within this one

Parameters:

cutout_size (int, optional) – size of the cutouts used to compute the global PSF, by default None which mean the Image.cutouts are used