lsst.afw g5a732f18d5+53520f316c
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.afw.geom.transformConfig.RadialTransformConfig Class Reference
Inheritance diagram for lsst.afw.geom.transformConfig.RadialTransformConfig:

Public Member Functions

 validate (self)
 

Static Public Attributes

 coeffs
 

Detailed Description

A Config representing a radially symmetric ``Transform``.

See Also
--------
lsst.afw.geom.makeRadialTransform

Definition at line 125 of file transformConfig.py.

Member Function Documentation

◆ validate()

lsst.afw.geom.transformConfig.RadialTransformConfig.validate ( self)

Definition at line 139 of file transformConfig.py.

Member Data Documentation

◆ coeffs

lsst.afw.geom.transformConfig.RadialTransformConfig.coeffs
static
Initial value:
= ListField(
doc="Coefficients for the radial polynomial; coeff[0] must be 0",
dtype=float,
minLength=1,
optional=False,
)

Definition at line 132 of file transformConfig.py.


The documentation for this class was generated from the following file: