Class for property map registry.
Notes
-----
This code is based on `lsst.meas.base.PluginRegistry`.
Definition at line 51 of file healSparseMappingProperties.py.
◆ register()
def 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 78 of file healSparseMappingProperties.py.
The documentation for this class was generated from the following file: