lsst.meas.astrom  21.0.0-4-g591bb35+e58c0c81b2
Static Public Attributes | List of all members
lsst.meas.astrom.directMatch.DirectMatchConfig Class Reference
Inheritance diagram for lsst.meas.astrom.directMatch.DirectMatchConfig:
lsst.meas.astrom.directMatch.DirectMatchConfigWithoutLoader

Static Public Attributes

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

Detailed Description

Configuration for `DirectMatchTask`.

Definition at line 23 of file directMatch.py.

Member Data Documentation

◆ matchRadius

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

Definition at line 16 of file directMatch.py.

◆ referenceSelection

lsst.meas.astrom.directMatch.DirectMatchConfigWithoutLoader.referenceSelection
staticinherited
Initial value:
= ConfigurableField(target=ReferenceSourceSelectorTask,
doc="Selection of reference sources")

Definition at line 19 of file directMatch.py.

◆ refObjLoader

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

Definition at line 26 of file directMatch.py.

◆ sourceSelection

lsst.meas.astrom.directMatch.DirectMatchConfigWithoutLoader.sourceSelection
staticinherited
Initial value:
= ConfigurableField(target=ScienceSourceSelectorTask,
doc="Selection of science sources")

Definition at line 17 of file directMatch.py.


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