InterpType#

class lsst.gauss2d.fit.InterpType#

Bases: pybind11_object

Members:

linear

polynomial

cspline

akima

Attributes Summary

Attributes Documentation

akima = <InterpType.akima: 3>#
cspline = <InterpType.cspline: 2>#
linear = <InterpType.linear: 0>#
name#
polynomial = <InterpType.polynomial: 1>#
value#