lsst.ip.diffim  15.0-5-g0db841d+1
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

 fluxLim
 
 fluxMax
 
 selectStar
 
 selectGalaxy
 
 includeVariable
 
 grMin
 
 grMax
 

Detailed Description

Definition at line 34 of file diaCatalogSourceSelector.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 75 of file diaCatalogSourceSelector.py.

Member Data Documentation

◆ badFlags

lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badFlags

Definition at line 77 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 36 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 42 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 69 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 64 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 59 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 54 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 49 of file diaCatalogSourceSelector.py.


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