SsSingleFrameAssociationConfig#
- class lsst.ap.association.SsSingleFrameAssociationConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig for DiaPipelineTask.
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Pad the image by this many pixels before removing off-image diaObjects for association.
Flag to enable/disable saving of log output for a task, enabled by default.
Task used to associate DiaSources with SolarSystemObjects.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- imagePixelMargin#
Pad the image by this many pixels before removing off-image diaObjects for association. (
int, default10)Valid Range = [0,inf)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- solarSystemAssociator#
Task used to associate DiaSources with SolarSystemObjects. (
ConfigurableInstance, default<class 'lsst.pipe.tasks.ssoAssociation.SolarSystemAssociationConfig'>)