LSST Applications g0265f82a02+093ff98f47,g02d81e74bb+3975d4ac1c,g2079a07aa2+14824f138e,g2bbee38e9b+093ff98f47,g337abbeb29+093ff98f47,g3ddfee87b4+626790451e,g3e7165581c+1687b54203,g487adcacf7+018f045a06,g50ff169b8f+5929b3527e,g52b1c1532d+a6fc98d2e7,g568d43a26c+02eca3db7e,g591dd9f2cf+3cba9d5141,g858d7b2824+3975d4ac1c,g8a8a8dda67+a6fc98d2e7,g8cdfe0ae6a+66d966b544,g99cad8db69+948283481e,g9ddcbc5298+d4bad12328,ga1e77700b3+246acaaf9c,ga2e4dd1c03+626790451e,ga8c6da7877+c38891e457,gae46bcf261+093ff98f47,gb0e22166c9+3863383f4c,gba4ed39666+9664299f35,gbb8dafda3b+dce3423368,gbeb006f7da+65b42827f3,gbf5cecdb8a+3975d4ac1c,gc0f3af6251+39f4c7265c,gc120e1dc64+1d31f3ee8b,gc28159a63d+093ff98f47,gcf0d15dbbd+626790451e,gd2a12a3803+bbf96b9899,gdaeeff99f8+a38ce5ea23,ge79ae78c31+093ff98f47,gee10cc3b42+a6fc98d2e7,gf1cff7945b+3975d4ac1c,v24.1.5.rc1
LSST Data Management Base Package
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.astrom.ref_match.RefMatchConfig Class Reference
Inheritance diagram for lsst.meas.astrom.ref_match.RefMatchConfig:
lsst.meas.astrom.astrometry.AstrometryConfig

Public Member Functions

 setDefaults (self)
 

Static Public Attributes

 matcher
 
 matchDistanceSigma
 
 sourceSelector
 
 referenceSelector
 
 sourceFluxType
 

Detailed Description

Definition at line 39 of file ref_match.py.

Member Function Documentation

◆ setDefaults()

lsst.meas.astrom.ref_match.RefMatchConfig.setDefaults ( self)

Reimplemented in lsst.meas.astrom.astrometry.AstrometryConfig.

Definition at line 66 of file ref_match.py.

66 def setDefaults(self):
67 self.sourceSelector['science'].fluxLimit.fluxField = \
68 'slot_%sFlux_instFlux' % (self.sourceFluxType)
69 self.sourceSelector['science'].signalToNoise.fluxField = \
70 'slot_%sFlux_instFlux' % (self.sourceFluxType)
71 self.sourceSelector['science'].signalToNoise.errField = \
72 'slot_%sFlux_instFluxErr' % (self.sourceFluxType)
73
74

Member Data Documentation

◆ matchDistanceSigma

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

Definition at line 44 of file ref_match.py.

◆ matcher

lsst.meas.astrom.ref_match.RefMatchConfig.matcher
static
Initial value:
= pexConfig.ConfigurableField(
target=MatchPessimisticBTask,
doc="reference object/source matcher",
)

Definition at line 40 of file ref_match.py.

◆ referenceSelector

lsst.meas.astrom.ref_match.RefMatchConfig.referenceSelector
static
Initial value:
= pexConfig.ConfigurableField(
target=ReferenceSourceSelectorTask,
doc="How to select reference objects for cross-matching."
)

Definition at line 56 of file ref_match.py.

◆ sourceFluxType

lsst.meas.astrom.ref_match.RefMatchConfig.sourceFluxType
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Source flux type to use in source selection.",
default='Calib'
)

Definition at line 60 of file ref_match.py.

◆ sourceSelector

lsst.meas.astrom.ref_match.RefMatchConfig.sourceSelector
static
Initial value:
= sourceSelectorRegistry.makeField(
doc="How to select sources for cross-matching.",
default="science",
)

Definition at line 52 of file ref_match.py.


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