MatchedBaseConfig#
- class lsst.faro.base.MatchedBaseConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Bright limit of catalog entries to include.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Faint limit of catalog entries to include.
Match radius in arcseconds.
Flag to enable/disable saving of log output for a task, enabled by default.
Whether to select extended sources (
bool, defaultFalse)Maximum SNR for a source to be included.
Minimum SNR for a source to be included.
Attributes Documentation
- brightMagCut#
Bright limit of catalog entries to include. (
float, default10.0)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- faintMagCut#
Faint limit of catalog entries to include. (
float, default30.0)
- match_radius#
Match radius in arcseconds. (
float, default1)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- selectExtended#
Whether to select extended sources (
bool, defaultFalse)
- snrMax#
Maximum SNR for a source to be included. (
float, defaultinf)
- snrMin#
Minimum SNR for a source to be included. (
float, default200)