lsst.pipe.tasks g85f8d04a89+8cd9ef0b15
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
lsst.pipe.tasks.healSparseMappingProperties.EpochPropertyMap Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMappingProperties.EpochPropertyMap:
lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMap

Protected Member Functions

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

Detailed Description

Observation epoch (mjd) property map.

Definition at line 502 of file healSparseMappingProperties.py.

Member Function Documentation

◆ _compute()

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


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