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
PropertySetthat is equivalent to theconfiginstance. IfconfigisNonethen this return value is alsoNone.
See Also#
lsst.daf.base.PropertySet
- config