CentroidFindFactory

class lsst.ts.wep.centroid.CentroidFindFactory

Bases: object

Factory 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:
centroidFindTypeenum ‘CentroidFindType’

Algorithm to find the centroid.

Returns:
Child class of centroidDefault

Centroid find object.

Raises:
ValueError

The centroid find type is not supported.