lsst.ip.diffim gaa63f70f4e+5e034ae04a
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

def setDefaults (self)
 

Public Attributes

 badFlags
 

Static Public Attributes

pexConfig fluxLim
 
pexConfig fluxMax
 
pexConfig selectStar
 
pexConfig selectGalaxy
 
pexConfig includeVariable
 
pexConfig grMin
 
pexConfig grMax
 

Detailed Description

Definition at line 32 of file diaCatalogSourceSelector.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 73 of file diaCatalogSourceSelector.py.

Member Data Documentation

◆ badFlags

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badFlags

Definition at line 75 of file diaCatalogSourceSelector.py.

◆ fluxLim

pexConfig 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

pexConfig 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

pexConfig 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

pexConfig 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

pexConfig 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

pexConfig 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

pexConfig 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: