SnapPsfMatchConfig¶
-
class
lsst.ip.diffim.SnapPsfMatchConfig¶ Bases:
lsst.ip.diffim.ImagePsfMatchConfigAttributes Summary
doWarpingWarp the snaps? ( bool, defaultFalse)kernelkernel type ( ConfigInstanceDict, default'AL')selectDetectionInitial detections used to feed stars to kernel fitting ( ConfigurableInstance, default<class 'lsst.meas.algorithms.detection.SourceDetectionConfig'>)selectMeasurementInitial 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()
-