LSST Applications g011c388f00+f985364e28,g0265f82a02+cefac37fe7,g16a3bce237+cefac37fe7,g2079a07aa2+b9108c1c87,g2bbee38e9b+cefac37fe7,g337abbeb29+cefac37fe7,g3ddfee87b4+425a3f5e02,g4cf46543a9+2ef32aa566,g50ff169b8f+8309cf5058,g52b1c1532d+43dac7135f,g5d89126706+46afc7f72d,g83996f0134+2fb8039c37,g858d7b2824+59f22cc8bb,g87e100324b+59f22cc8bb,g8a8a8dda67+43dac7135f,g99855d9996+1ea0a8cf94,g9d147d8712+4559cd7206,g9ddcbc5298+389b8f2b7e,ga1e77700b3+4bafba478f,ga8c6da7877+1b58c58f75,gae46bcf261+cefac37fe7,gb700894bec+f0b514b300,gb8350603e9+4979c46fed,gba4ed39666+fb465f0d3e,gbeb006f7da+bf3b4a8997,gc86a011abf+59f22cc8bb,gcf0d15dbbd+425a3f5e02,gd162630629+d0c22ff203,gd44f2fa1a7+91fd017016,gdaeeff99f8+6b435c3f92,ge79ae78c31+cefac37fe7,ge9008a0c34+425a3f5e02,gee10cc3b42+43dac7135f,gf041782ebf+713927f999,gf1cff7945b+59f22cc8bb,w.2024.07
LSST Data Management Base Package
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig Class Reference
Inheritance diagram for lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig:

Public Member Functions

 setDefaults (self)
 

Public Attributes

 badFlags
 

Static Public Attributes

 fluxLim
 
 fluxMax
 
 selectStar
 
 selectGalaxy
 
 includeVariable
 
 grMin
 
 grMax
 

Detailed Description

Definition at line 32 of file diaCatalogSourceSelector.py.

Member Function Documentation

◆ setDefaults()

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.setDefaults (   self)

Definition at line 73 of file diaCatalogSourceSelector.py.

73 def setDefaults(self):
74 measAlg.BaseStarSelectorConfig.setDefaults(self)
75 self.badFlags = [
76 "base_PixelFlags_flag_edge",
77 "base_PixelFlags_flag_interpolatedCenter",
78 "base_PixelFlags_flag_saturatedCenter",
79 "slot_Centroid_flag",
80 ]
81
82

Member Data Documentation

◆ badFlags

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badFlags

Definition at line 75 of file diaCatalogSourceSelector.py.

◆ fluxLim

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxLim
static
Initial value:
= pexConfig.Field(
doc="specify the minimum psfFlux for good Kernel Candidates",
dtype=float,
default=0.0,
check=lambda x: x >= 0.0,
)

Definition at line 34 of file diaCatalogSourceSelector.py.

◆ fluxMax

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxMax
static
Initial value:
= pexConfig.Field(
doc="specify the maximum psfFlux for good Kernel Candidates (ignored if == 0)",
dtype=float,
default=0.0,
check=lambda x: x >= 0.0,
)

Definition at line 40 of file diaCatalogSourceSelector.py.

◆ grMax

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMax
static
Initial value:
= pexConfig.Field(
doc="Maximum g-r color for selection (inclusive)",
dtype=float,
default=3.0
)

Definition at line 67 of file diaCatalogSourceSelector.py.

◆ grMin

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMin
static
Initial value:
= pexConfig.Field(
doc="Minimum g-r color for selection (inclusive)",
dtype=float,
default=0.0
)

Definition at line 62 of file diaCatalogSourceSelector.py.

◆ includeVariable

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.includeVariable
static
Initial value:
= pexConfig.Field(
doc="Include objects that are known to be variable",
dtype=bool,
default=False
)

Definition at line 57 of file diaCatalogSourceSelector.py.

◆ selectGalaxy

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectGalaxy
static
Initial value:
= pexConfig.Field(
doc="Select objects that are flagged as galaxies",
dtype=bool,
default=False
)

Definition at line 52 of file diaCatalogSourceSelector.py.

◆ selectStar

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectStar
static
Initial value:
= pexConfig.Field(
doc="Select objects that are flagged as stars",
dtype=bool,
default=True
)

Definition at line 47 of file diaCatalogSourceSelector.py.


The documentation for this class was generated from the following file: