ImagePsfMatchConfig

class lsst.ip.diffim.ImagePsfMatchConfig

Bases: lsst.pex.config.config.Config

!Configuration for image-to-image Psf matching

Attributes Summary

kernel kernel type (ConfigInstanceDict, default 'AL')
selectDetection Initial detections used to feed stars to kernel fitting (ConfigurableInstance, default <class 'lsst.meas.algorithms.detection.SourceDetectionConfig'>)
selectMeasurement Initial measurements used to feed stars to kernel fitting (ConfigurableInstance, default <class 'lsst.meas.base.sfm.SingleFrameMeasurementConfig'>)

Methods Summary

setDefaults() Derived config classes that must compute defaults rather than using the Field defaults should do so here.

Attributes Documentation

kernel

kernel type (ConfigInstanceDict, default 'AL')

selectDetection

Initial detections used to feed stars to kernel fitting (ConfigurableInstance, default <class 'lsst.meas.algorithms.detection.SourceDetectionConfig'>)

selectMeasurement

Initial measurements used to feed stars to kernel fitting (ConfigurableInstance, default <class 'lsst.meas.base.sfm.SingleFrameMeasurementConfig'>)

Methods Documentation

setDefaults()

Derived config classes that must compute defaults rather than using the Field defaults should do so here. To correctly use inherited defaults, implementations of setDefaults() must call their base class’ setDefaults()