PcaPsf#

class lsst.meas.algorithms.PcaPsf#

Bases: KernelPsf

Methods Summary

clone(self)

getKernel(self)

isPersistable(self)

readFits(*args, **kwargs)

Overloaded function.

writeFits(*args, **kwargs)

Overloaded function.

Methods Documentation

clone(self: lsst.meas.algorithms.PcaPsf) lsst.afw.detection.Psf#
getKernel(self: lsst.meas.algorithms.PcaPsf) lsst.afw.math.LinearCombinationKernel#
isPersistable(self: lsst.meas.algorithms.KernelPsf) bool#
static readFits(*args, **kwargs)#

Overloaded function.

  1. readFits(fileName: str, hdu: typing.SupportsInt = -2147483648) -> lsst.meas.algorithms.PcaPsf

  2. readFits(manager: lsst.afw.fits._fits.MemFileManager, hdu: typing.SupportsInt = -2147483648) -> lsst.meas.algorithms.PcaPsf

writeFits(*args, **kwargs)#

Overloaded function.

  1. writeFits(self: lsst.meas.algorithms.PcaPsf, fileName: str, mode: str = ‘w’) -> None

  2. writeFits(self: lsst.meas.algorithms.PcaPsf, manager: lsst.afw.fits._fits.MemFileManager, mode: str = ‘w’) -> None