CentroidFindFactory#
- class lsst.ts.wep.centroid.CentroidFindFactory#
Bases:
objectFactory for creating the centroid find object to calculate the centroid of donut.
Methods Summary
createCentroidFind(centroidFindType)Create the centroid find object.
Methods Documentation
- static createCentroidFind(centroidFindType)#
Create the centroid find object.
- Parameters:
centroidFindType (enum 'CentroidFindType') – Algorithm to find the centroid.
- Returns:
Centroid find object.
- Return type:
Child class of centroidDefault
- Raises:
ValueError – The centroid find type is not supported.