A class to calculate 2D polynomials
Definition at line 189 of file astierCovPtcFit.py.
◆ __init__()
def lsst.cp.pipe.ptc.astierCovPtcFit.Pol2d.__init__ |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
order, |
|
|
|
w = None |
|
) |
| |
◆ eval()
def lsst.cp.pipe.ptc.astierCovPtcFit.Pol2d.eval |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ monomials()
def lsst.cp.pipe.ptc.astierCovPtcFit.Pol2d.monomials |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ orderx
lsst.cp.pipe.ptc.astierCovPtcFit.Pol2d.orderx |
◆ ordery
lsst.cp.pipe.ptc.astierCovPtcFit.Pol2d.ordery |
The documentation for this class was generated from the following file: