MultiTransformConfig#

class lsst.afw.geom.MultiTransformConfig(*args, **kw)#

Bases: Config

A Config representing a chain of consecutive Transforms.

Attributes Summary

transformDict

Dict of index: OneTransformConfig (a transform wrapper); key order is transform order (ConfigDict)

Attributes Documentation

transformDict#

Dict of index: OneTransformConfig (a transform wrapper); key order is transform order (ConfigDict)