DipoleFitTaskConfig¶
- 
class lsst.ip.diffim.DipoleFitTaskConfig¶
- Bases: - lsst.meas.base.sfm.SingleFrameMeasurementConfig- !Measurement of detected diaSources as dipoles - Currently we keep the “old” DipoleMeasurement algorithms turned on. - Attributes Summary - doReplaceWithNoise- When measuring, replace other detected footprints with noise? ( - bool, default- True)- noiseReplacer- configuration that sets how to replace neighboring sources with noise ( - NoiseReplacerConfig, default- <class 'lsst.meas.base.noiseReplacer.NoiseReplacerConfig'>)- plugins- Plugins to be run and their configuration ( - RegistryInstanceDict, default- ['base_PixelFlags', 'base_SdssCentroid', 'base_NaiveCentroid', 'base_SdssShape', 'base_GaussianFlux', 'base_PsfFlux', 'base_CircularApertureFlux', 'base_SkyCoord', 'base_Variance', 'base_Blendedness', 'base_LocalBackground'])- slots- Mapping from algorithms to special aliases in Source. - undeblended- Plugins to run on undeblended image ( - RegistryInstanceDict, default- [])- undeblendedPrefix- Prefix to give undeblended plugins ( - str, default- 'undeblended_')- Methods Summary - setDefaults()- Derived config classes that must compute defaults rather than using the Field defaults should do so here. - Attributes Documentation - 
doReplaceWithNoise¶
- When measuring, replace other detected footprints with noise? ( - bool, default- True)
 - 
noiseReplacer¶
- configuration that sets how to replace neighboring sources with noise ( - NoiseReplacerConfig, default- <class 'lsst.meas.base.noiseReplacer.NoiseReplacerConfig'>)
 - 
plugins¶
- Plugins to be run and their configuration ( - RegistryInstanceDict, default- ['base_PixelFlags', 'base_SdssCentroid', 'base_NaiveCentroid', 'base_SdssShape', 'base_GaussianFlux', 'base_PsfFlux', 'base_CircularApertureFlux', 'base_SkyCoord', 'base_Variance', 'base_Blendedness', 'base_LocalBackground'])
 - 
slots¶
- Mapping from algorithms to special aliases in Source. ( - SourceSlotConfig, default- <class 'lsst.meas.base.baseMeasurement.SourceSlotConfig'>)
 - 
undeblended¶
- Plugins to run on undeblended image ( - RegistryInstanceDict, default- [])
 - 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() 
 
-