getCentroidFindType¶
- lsst.ts.wep.getCentroidFindType(centroidFindType)¶
Get the centroid find type.
- Parameters:
- centroidFindTypestr
Centroid find algorithm to use (randomWalk, otsu, or convolveTemplate).
- Returns:
- enum ‘CentroidFindType’
Centroid find type algorithm.
- Raises:
- ValueError
The centroid find type is not supported.