lsst.pipe.tasks g124d44cf3d+604aa34adb
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry:

Classes

class  Configurable
 

Public Member Functions

 register (self, name, PropertyMapClass)
 

Detailed Description

Class for property map registry.

Notes
-----
This code is based on `lsst.meas.base.PluginRegistry`.

Definition at line 52 of file healSparseMappingProperties.py.

Member Function Documentation

◆ 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: