lsst.pipe.tasks gfe0d0b45c8+b5802b1a16
|
Public Member Functions | |
def | __init__ (self, name, PropertyMapClass) |
def | ConfigClass (self) |
def | __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.
def lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__init__ | ( | self, | |
name, | |||
PropertyMapClass | |||
) |
Definition at line 67 of file healSparseMappingProperties.py.
def lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__call__ | ( | self, | |
config | |||
) |
Definition at line 75 of file healSparseMappingProperties.py.
def 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.