ZogyImagePsfMatchConfig¶
-
class
lsst.ip.diffim.ZogyImagePsfMatchConfig¶ Bases:
lsst.ip.diffim.ImagePsfMatchConfigConfig for the ZogyImagePsfMatchTask
Attributes Summary
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'>)zogyConfigZogyTask config to use when running on complete exposure (non spatially-varying) ( ZogyConfig, default<class 'lsst.ip.diffim.zogy.ZogyConfig'>)zogyMapReduceConfigZogyMapReduce config to use when running Zogy on each sub-image (spatially-varying) ( ZogyMapReduceConfig, default<class 'lsst.ip.diffim.zogy.ZogyMapReduceConfig'>)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'>)
-
zogyConfig¶ ZogyTask config to use when running on complete exposure (non spatially-varying) (
ZogyConfig, default<class 'lsst.ip.diffim.zogy.ZogyConfig'>)
-
zogyMapReduceConfig¶ ZogyMapReduce config to use when running Zogy on each sub-image (spatially-varying) (
ZogyMapReduceConfig, default<class 'lsst.ip.diffim.zogy.ZogyMapReduceConfig'>)
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()
-