HsmPsfMomentsPlugin#

class lsst.meas.extensions.shapeHSM.HsmPsfMomentsPlugin(config, name, schema, metadata, logName=None)#

Bases: HsmMomentsPlugin

Plugin for HSM adaptive moments measurement for PSFs.

Methods Summary

measure(record, exposure)

Measure adaptive moments of the PSF given an exposure and set the results in the record in place.

Methods Documentation

measure(record, exposure)#

Measure adaptive moments of the PSF given an exposure and set the results in the record in place.

Parameters#

recordSourceRecord

The record where measurement outputs will be stored.

exposureExposure

The exposure containing the PSF which needs measurement.

Raises#

MeasurementError

Raised for errors in measurement.