lsst.pipe.tasks  21.0.0-131-g8cabc107+528f53ee53
Static Public Attributes | List of all members
lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig:
lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMapConfig

Static Public Attributes

 do_min
 
 do_max
 
 do_mean
 
 do_weighted_mean
 
 do_sum
 

Detailed Description

Definition at line 39 of file healSparseMappingProperties.py.

Member Data Documentation

◆ do_max

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_max
static
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of property maxima.")

Definition at line 42 of file healSparseMappingProperties.py.

◆ do_mean

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_mean
static
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of property means.")

Definition at line 44 of file healSparseMappingProperties.py.

◆ do_min

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_min
static
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of property minima.")

Definition at line 40 of file healSparseMappingProperties.py.

◆ do_sum

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_sum
static
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of property sums.")

Definition at line 48 of file healSparseMappingProperties.py.

◆ do_weighted_mean

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_weighted_mean
static
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of weighted property means.")

Definition at line 46 of file healSparseMappingProperties.py.


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