lsst.meas.extensions.psfex  13.0-5-gd2c5893+11
 All Classes Namespaces Files Functions Variables Friends Macros Groups
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig Class Reference
Inheritance diagram for lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig:

Public Member Functions

def validate
 
def setDefaults
 

Public Attributes

 fluxErrName
 
 badFlags
 

Static Public Attributes

tuple fluxName
 
tuple fluxErrName
 
tuple minFwhm
 
tuple maxFwhm
 
tuple maxFwhmVariability
 
tuple maxbad
 
tuple maxbadflag
 
tuple maxellip
 
tuple minsn
 

Detailed Description

Definition at line 47 of file psfexStarSelector.py.

Member Function Documentation

def lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.setDefaults (   self)

Definition at line 109 of file psfexStarSelector.py.

def lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.validate (   self)

Definition at line 97 of file psfexStarSelector.py.

Member Data Documentation

lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.badFlags

Definition at line 110 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxErrName
static
Initial value:
1 = pexConfig.Field(
2  dtype=str,
3  doc="Name of phot. flux err. key",
4  default="",
5  )

Definition at line 53 of file psfexStarSelector.py.

lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxErrName

Definition at line 100 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxName
static
Initial value:
1 = pexConfig.Field(
2  dtype=str,
3  doc="Name of photometric flux key ",
4  default="base_PsfFlux",
5  )

Definition at line 48 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxbad
static
Initial value:
1 = pexConfig.Field(
2  dtype=int,
3  doc="Max number of bad pixels ",
4  default=0,
5  check=lambda x: x >= 0,
6  )

Definition at line 73 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxbadflag
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
3  doc="Filter bad pixels? ",
4  default=True
5  )

Definition at line 79 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxellip
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Maximum (A-B)/(A+B) ",
4  default=0.3,
5  check=lambda x: x >= 0.0,
6  )

Definition at line 84 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxFwhm
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Minimum allowed FWHM ",
4  default=10,
5  )

Definition at line 63 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxFwhmVariability
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Allowed FWHM variability (1.0 = 100%)",
4  default=0.2,
5  )

Definition at line 68 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.minFwhm
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Maximum allowed FWHM ",
4  default=2,
5  )

Definition at line 58 of file psfexStarSelector.py.

tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.minsn
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Minimum S/N for candidates",
4  default=100,
5  check=lambda x: x >= 0.0,
6  )

Definition at line 90 of file psfexStarSelector.py.


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