Number of exposures property map.
Definition at line 452 of file healSparseMappingProperties.py.
◆ _compute()
lsst.pipe.tasks.healSparseMappingProperties.NExposurePropertyMap._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 457 of file healSparseMappingProperties.py.
◆ description
str lsst.pipe.tasks.healSparseMappingProperties.NExposurePropertyMap.description = "Number of exposures" |
|
static |
◆ dtype
lsst.pipe.tasks.healSparseMappingProperties.NExposurePropertyMap.dtype = np.int32 |
|
static |
The documentation for this class was generated from the following file: