lsst.pipe.tasks  21.0.0-123-gf96c3532+11d0d5542d
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMapConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMapConfig:
lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig

Public Member Functions

def validate (self)
 

Static Public Attributes

 maglim_nsigma
 
 do_min
 
 do_max
 
 do_mean
 
 do_weighted_mean
 
 do_sum
 

Detailed Description

Configuration for the PsfMaglim property map.

Definition at line 427 of file healSparseMappingProperties.py.

Member Function Documentation

◆ validate()

def lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMapConfig.validate (   self)

Definition at line 432 of file healSparseMappingProperties.py.

Member Data Documentation

◆ do_max

lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig.do_max
staticinherited
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
staticinherited
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
staticinherited
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
staticinherited
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
staticinherited
Initial value:
= pexConfig.Field(dtype=bool, default=False,
doc="Compute map of weighted property means.")

Definition at line 46 of file healSparseMappingProperties.py.

◆ maglim_nsigma

lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMapConfig.maglim_nsigma
static
Initial value:
= pexConfig.Field(dtype=float, default=5.0,
doc="Number of sigma to compute magnitude limit.")

Definition at line 429 of file healSparseMappingProperties.py.


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