PropertyMapRegistry#

class lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry(configBaseType=<class 'lsst.pex.config.config.Config'>)#

Bases: Registry

Class 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#

namestr

The name of the property map.

PropertyMapClass : subclass of BasePropertyMap