lsst.ip.diffim gaca53a8f8a+724d9bbba1
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.

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: