lsst.meas.astrom g51277c4d12+09802d05a6
Loading...
Searching...
No Matches
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 14 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 18 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 21 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 19 of file directMatch.py.


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