FilterDiaSourceCatalogConfig#
- class lsst.ap.association.FilterDiaSourceCatalogConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig class for FilterDiaSourceCatalogTask.
Attributes Summary
List of flags which cause a source to be removed.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Remove DIASources with negative scienceFlux/scienceFluxErr according to a configurable threshold.
Input DiaSource catalog contains SkySources that should be removed before storing the output DiaSource catalog.
Run trailedSourceFilter to remove long trailed sources from thediaSource output catalog.
Store the output DiaSource catalog containing all the rejected sky sources.
Write trailed diaSources sources to a table.
Approximate plate scale, in arcseconds/pixel.Used to convert trail length if the catalog calculation fails.
Length of long trailed sources to remove from the input catalog, in arcseconds per second.
Minimum allowed ratio of scienceFlux/scienceFluxErr.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- badFlagList#
List of flags which cause a source to be removed. (
List, default['base_PixelFlags_flag_crCenter', 'base_PixelFlags_flag_high_varianceCenterAll'])
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doRemoveNegativeDirectImageSources#
Remove DIASources with negative scienceFlux/scienceFluxErr according to a configurable threshold. (
bool, defaultTrue)
- doRemoveSkySources#
Input DiaSource catalog contains SkySources that should be removed before storing the output DiaSource catalog. (
bool, defaultFalse)
- doTrailedSourceFilter#
Run trailedSourceFilter to remove long trailed sources from thediaSource output catalog. (
bool, defaultTrue)
- doWriteRejectedSkySources#
Store the output DiaSource catalog containing all the rejected sky sources. (
bool, defaultTrue)
- doWriteTrailedSources#
Write trailed diaSources sources to a table. Deprecated: Trailed sources will not be written out during production. (
bool, defaultTrue)
- estimatedPixelScale#
Approximate plate scale, in arcseconds/pixel.Used to convert trail length if the catalog calculation fails. (
float, default0.2)
- max_trail_length#
Length of long trailed sources to remove from the input catalog, in arcseconds per second. Default comes from DMTN-199, which requires removal of sources with trails longer than 10 degrees/day, which is 36000/3600/24 arcsec/second, or roughly0.416 arcseconds per second. (
float, default0.4166666666666667)
- minAllowedDirectSnr#
Minimum allowed ratio of scienceFlux/scienceFluxErr. (
float, default-2.0)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)