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

Static Public Attributes

 matchRadius = Field(dtype=float, default=0.25, doc="Matching radius, arcsec")
 
 sourceSelection
 
 referenceSelection
 

Detailed Description

Configuration for `DirectMatchTask` when an already-initialized
``refObjLoader`` will be passed to this task.

Definition at line 12 of file directMatch.py.

Member Data Documentation

◆ matchRadius

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

Definition at line 16 of file directMatch.py.

◆ referenceSelection

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

Definition at line 19 of file directMatch.py.

◆ sourceSelection

lsst.meas.astrom.directMatch.DirectMatchConfigWithoutLoader.sourceSelection
static
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: