|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Public Member Functions | |
| __init__ (self, name, PropertyMapClass) | |
| ConfigClass (self) | |
| __call__ (self, config) | |
Public Attributes | |
| name | |
| PropertyMapClass | |
Class used as the element in the property map registry.
Parameters
----------
name : `str`
Name under which the property map is registered.
PropertyMapClass : subclass of `BasePropertyMap`
Definition at line 59 of file healSparseMappingProperties.py.
| lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__init__ | ( | self, | |
| name, | |||
| PropertyMapClass ) |
Definition at line 68 of file healSparseMappingProperties.py.
| lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__call__ | ( | self, | |
| config ) |
Definition at line 76 of file healSparseMappingProperties.py.
| lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.ConfigClass | ( | self | ) |
Definition at line 73 of file healSparseMappingProperties.py.
| lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.name |
Definition at line 69 of file healSparseMappingProperties.py.
| lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.PropertyMapClass |
Definition at line 70 of file healSparseMappingProperties.py.