lsst.meas.astrom  13.0-14-g9415442+11
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.astrom.ref_match.RefMatchConfig Class Reference
Inheritance diagram for lsst.meas.astrom.ref_match.RefMatchConfig:

Static Public Attributes

tuple matcher
 
tuple matchDistanceSigma
 

Detailed Description

Definition at line 37 of file ref_match.py.

Member Data Documentation

tuple lsst.meas.astrom.ref_match.RefMatchConfig.matchDistanceSigma
static
Initial value:
1 = pexConfig.RangeField(
2  doc="the maximum match distance is set to "
3  " mean_match_distance + matchDistanceSigma*std_dev_match_distance; " +
4  "ignored if not fitting a WCS",
5  dtype=float,
6  default=2,
7  min=0,
8  )

Definition at line 42 of file ref_match.py.

tuple lsst.meas.astrom.ref_match.RefMatchConfig.matcher
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=MatchOptimisticBTask,
3  doc="reference object/source matcher",
4  )

Definition at line 38 of file ref_match.py.


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