makePropertySet#

lsst.pex.config.makePropertySet(config)#

Convert a configuration into a lsst.daf.base.PropertySet.

Parameters#

configlsst.pex.config.Config

Configuration instance.

Returns#

propertySetlsst.daf.base.PropertySet

A PropertySet that is equivalent to the config instance. If config is None then this return value is also None.

See Also#

lsst.daf.base.PropertySet