Config class for SolarSystemAssociationTask.
Definition at line 44 of file ssoAssociation.py.
◆ maxDistArcSeconds
| lsst.pipe.tasks.ssoAssociation.SolarSystemAssociationConfig.maxDistArcSeconds |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc='Maximum distance in arcseconds to test for a DIASource to be a '
'match to a SSObject.',
default=1.0,
)
Definition at line 47 of file ssoAssociation.py.
◆ maxPixelMargin
| lsst.pipe.tasks.ssoAssociation.SolarSystemAssociationConfig.maxPixelMargin |
|
static |
Initial value:= pexConfig.RangeField(
doc="Maximum padding to add to the ccd bounding box before masking "
"SolarSystem objects to the ccd footprint. The bounding box will "
"be padded by the minimum of this number or the max uncertainty "
"of the SolarSystemObjects in pixels.",
dtype=int,
default=100,
min=0,
)
Definition at line 53 of file ssoAssociation.py.
The documentation for this class was generated from the following file: