SnapPsfMatchConfig

class lsst.ip.diffim.SnapPsfMatchConfig

Bases: lsst.ip.diffim.ImagePsfMatchConfig

Attributes Summary

doWarping Warp the snaps? (bool, default False)
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

doWarping

Warp the snaps? (bool, default False)

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()