DiaCatalogSourceSelectorConfig¶
-
class
lsst.ip.diffim.DiaCatalogSourceSelectorConfig¶ Bases:
lsst.meas.algorithms.starSelector.BaseStarSelectorConfigAttributes Summary
badFlagsList of flags which cause a source to be rejected as bad ( List, default['base_PixelFlags_flag_edge', 'base_PixelFlags_flag_interpolatedCenter', 'base_PixelFlags_flag_saturatedCenter', 'base_PixelFlags_flag_crCenter', 'base_PixelFlags_flag_bad', 'base_PixelFlags_flag_interpolated'])fluxLimspecify the minimum psfFlux for good Kernel Candidates ( float, default0.0)fluxMaxspecify the maximum psfFlux for good Kernel Candidates (ignored if == 0) ( float, default0.0)grMaxMaximum g-r color for selection (inclusive) ( float, default3.0)grMinMinimum g-r color for selection (inclusive) ( float, default0.0)includeVariableInclude objects that are known to be variable ( bool, defaultFalse)selectGalaxySelect objects that are flagged as galaxies ( bool, defaultFalse)selectStarSelect objects that are flagged as stars ( bool, defaultTrue)Methods Summary
setDefaults()Derived config classes that must compute defaults rather than using the Field defaults should do so here. Attributes Documentation
-
badFlags¶ List of flags which cause a source to be rejected as bad (
List, default['base_PixelFlags_flag_edge', 'base_PixelFlags_flag_interpolatedCenter', 'base_PixelFlags_flag_saturatedCenter', 'base_PixelFlags_flag_crCenter', 'base_PixelFlags_flag_bad', 'base_PixelFlags_flag_interpolated'])
-
fluxMax¶ specify the maximum psfFlux for good Kernel Candidates (ignored if == 0) (
float, default0.0)
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()
-