lsst.pipe.tasks g85f8d04a89+8cd9ef0b15
|
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 58 of file healSparseMappingProperties.py.
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__init__ | ( | self, | |
name, | |||
PropertyMapClass | |||
) |
Definition at line 67 of file healSparseMappingProperties.py.
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__call__ | ( | self, | |
config | |||
) |
Definition at line 75 of file healSparseMappingProperties.py.
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.ConfigClass | ( | self | ) |
Definition at line 72 of file healSparseMappingProperties.py.
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.name |
Definition at line 68 of file healSparseMappingProperties.py.
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.PropertyMapClass |
Definition at line 69 of file healSparseMappingProperties.py.