RefMatchConfig#
- class lsst.meas.astrom.RefMatchConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
the maximum match distance is set to mean_match_distance + matchDistanceSigma*std_dev_match_distance; ignored if not fitting a WCS (
float, default2)reference object/source matcher (
ConfigurableInstance, default<class 'lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig'>)How to select reference objects for cross-matching.
Source flux type to use in source selection.
How to select sources for cross-matching.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- matchDistanceSigma#
the maximum match distance is set to mean_match_distance + matchDistanceSigma*std_dev_match_distance; ignored if not fitting a WCS (
float, default2)Valid Range = [0,inf)
- matcher#
reference object/source matcher (
ConfigurableInstance, default<class 'lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig'>)
- referenceSelector#
How to select reference objects for cross-matching. (
ConfigurableInstance, default<class 'lsst.meas.algorithms.sourceSelector.ReferenceSourceSelectorConfig'>)
- sourceFluxType#
Source flux type to use in source selection. (
str, default'Psf')
- sourceSelector#
How to select sources for cross-matching. (
RegistryInstanceDict, default'science')
Methods Documentation