PropertyMapRegistry#
- class lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry(configBaseType=<class 'lsst.pex.config.config.Config'>)#
Bases:
RegistryClass for property map registry.
Notes#
This code is based on
lsst.meas.base.PluginRegistry.Methods Summary
register(name, PropertyMapClass)Register a property map class with the given name.
Methods Documentation
- register(name, PropertyMapClass)#
Register a property map class with the given name.
Parameters#
- name
str The name of the property map.
PropertyMapClass : subclass of
BasePropertyMap- name