lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap:
lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMap

Static Public Attributes

bool requires_psf = True
 
PsfMaglimPropertyMapConfig ConfigClass = PsfMaglimPropertyMapConfig
 

Protected Member Functions

def _compute (self, row, ra, dec, scalings, psf_array=None)
 
def _post_process (self, total_weights, total_inputs)
 

Detailed Description

PSF magnitude limit property map.

Definition at line 439 of file healSparseMappingProperties.py.

Member Function Documentation

◆ _compute()

def lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap._compute (   self,
  row,
  ra,
  dec,
  scalings,
  psf_array = None 
)
protected
Compute map value from a row in the visitSummary catalog.

Parameters
----------
row : `lsst.afw.table.ExposureRecord`
    Row of a visitSummary ExposureCatalog.
ra : `np.ndarray`
    Array of right ascensions
dec : `np.ndarray`
    Array of declinations
scalings : `float` or `np.ndarray`
    Scaling values to coadd zeropoint.
psf_array : `np.ndarray`, optional
    Array of approximate psf values matched to ra/dec.

Reimplemented from lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMap.

Definition at line 445 of file healSparseMappingProperties.py.

◆ _post_process()

def lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap._post_process (   self,
  total_weights,
  total_inputs 
)
protected
Perform post-processing on values.

Parameters
----------
total_weights : `np.ndarray`
    Total accumulated weights, for each value index.
total_inputs : `np.ndarray`
    Total number of inputs, for each value index.

Reimplemented from lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMap.

Definition at line 449 of file healSparseMappingProperties.py.

Member Data Documentation

◆ ConfigClass

PsfMaglimPropertyMapConfig lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap.ConfigClass = PsfMaglimPropertyMapConfig
static

Definition at line 443 of file healSparseMappingProperties.py.

◆ requires_psf

bool lsst.pipe.tasks.healSparseMappingProperties.PsfMaglimPropertyMap.requires_psf = True
static

Definition at line 441 of file healSparseMappingProperties.py.


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