makePropertySet

lsst.pex.config.makePropertySet(config)

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

Parameters:
config : lsst.pex.config.Config

Configuration instance.

Returns:
propertySet : lsst.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

makePolicy, lsst.daf.base.PropertySet