Class for property map registry.
Notes
-----
This code is based on `lsst.meas.base.PluginRegistry`.
Definition at line 52 of file healSparseMappingProperties.py.
◆ register()
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.register |
( |
| self, |
|
|
| name, |
|
|
| PropertyMapClass ) |
Register a property map class with the given name.
Parameters
----------
name : `str`
The name of the property map.
PropertyMapClass : subclass of `BasePropertyMap`
Definition at line 79 of file healSparseMappingProperties.py.
The documentation for this class was generated from the following file: