lsst.meas.algorithms  13.0-18-gc4ad422+4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig:

Static Public Attributes

tuple sourceFluxType
 
tuple minSnr
 

Detailed Description

Definition at line 34 of file matcherSourceSelector.py.

Member Data Documentation

tuple lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig.minSnr
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="Minimum allowed signal-to-noise ratio for sources used for matching "
4  "(in the flux specified by sourceFluxType); <= 0 for no limit",
5  default=40,
6  )

Definition at line 40 of file matcherSourceSelector.py.

tuple lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig.sourceFluxType
static
Initial value:
1 = pexConfig.Field(
2  doc="Type of source flux; typically one of Ap or Psf",
3  dtype=str,
4  default="Ap",
5  )

Definition at line 35 of file matcherSourceSelector.py.


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