lsst.pipe.tasks gc07e1c2157+b2dbe6b631
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable Class Reference

Public Member Functions

 __init__ (self, name, PropertyMapClass)
 
 ConfigClass (self)
 
 __call__ (self, config)
 

Public Attributes

 name
 
 PropertyMapClass
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__init__ ( self,
name,
PropertyMapClass )

Definition at line 68 of file healSparseMappingProperties.py.

Member Function Documentation

◆ __call__()

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__call__ ( self,
config )

Definition at line 76 of file healSparseMappingProperties.py.

◆ ConfigClass()

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.ConfigClass ( self)

Definition at line 73 of file healSparseMappingProperties.py.

Member Data Documentation

◆ name

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.name

Definition at line 69 of file healSparseMappingProperties.py.

◆ PropertyMapClass

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.PropertyMapClass

Definition at line 70 of file healSparseMappingProperties.py.


The documentation for this class was generated from the following file: