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.directMatch.DirectMatchConfig Class Reference
Inheritance diagram for lsst.meas.astrom.directMatch.DirectMatchConfig:

Static Public Attributes

tuple refObjLoader = ConfigurableField(target=LoadIndexedReferenceObjectsTask, doc="Load reference objects")
 
tuple matchRadius = Field(dtype=float, default=0.25, doc="Matching radius, arcsec")
 

Detailed Description

Configuration for DirectMatchTask

Definition at line 14 of file directMatch.py.

Member Data Documentation

tuple lsst.meas.astrom.directMatch.DirectMatchConfig.matchRadius = Field(dtype=float, default=0.25, doc="Matching radius, arcsec")
static

Definition at line 17 of file directMatch.py.

tuple lsst.meas.astrom.directMatch.DirectMatchConfig.refObjLoader = ConfigurableField(target=LoadIndexedReferenceObjectsTask, doc="Load reference objects")
static

Definition at line 16 of file directMatch.py.


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