22 __all__ = [
'TransformMapConfig']
24 import lsst.pex.config
as pexConfig
29 transforms = pexConfig.ConfigDictField(
30 doc=
"Dict of coordinate system name: TransformConfig",
32 itemtype=TransformConfig,
34 nativeSys = pexConfig.Field(
35 doc=
"Name of reference coordinate system",