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

Static Public Attributes

str description = "PSF size"
 
str unit = "pixel"
 
bool requires_psf = True
 

Protected Member Functions

 _compute (self, row, ra, dec, scalings, psf_array=None)
 

Detailed Description

PSF size property map.

Definition at line 421 of file healSparseMappingProperties.py.

Member Function Documentation

◆ _compute()

lsst.pipe.tasks.healSparseMappingProperties.PsfSizePropertyMap._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 427 of file healSparseMappingProperties.py.

Member Data Documentation

◆ description

str lsst.pipe.tasks.healSparseMappingProperties.PsfSizePropertyMap.description = "PSF size"
static

Definition at line 423 of file healSparseMappingProperties.py.

◆ requires_psf

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

Definition at line 425 of file healSparseMappingProperties.py.

◆ unit

str lsst.pipe.tasks.healSparseMappingProperties.PsfSizePropertyMap.unit = "pixel"
static

Definition at line 424 of file healSparseMappingProperties.py.


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