Task for making a HealSparse input map.
Definition at line 131 of file healSparseMapping.py.
◆ __init__()
def lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.__init__ |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ build_ccd_input_map()
def lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.build_ccd_input_map |
( |
|
self, |
|
|
|
bbox, |
|
|
|
wcs, |
|
|
|
ccds |
|
) |
| |
Build a map from ccd valid polygons or bounding boxes.
Parameters
----------
bbox : `lsst.geom.Box2I`
Bounding box for region to build input map.
wcs : `lsst.afw.geom.SkyWcs`
WCS object for region to build input map.
ccds : `lsst.afw.table.ExposureCatalog`
Exposure catalog with ccd data from coadd inputs.
Definition at line 142 of file healSparseMapping.py.
◆ finalize_ccd_input_map_mask()
def lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.finalize_ccd_input_map_mask |
( |
|
self | ) |
|
Use accumulated mask information to finalize the masking of
ccd_input_map.
Raises
------
RuntimeError : Raised if build_ccd_input_map was not run first.
Definition at line 269 of file healSparseMapping.py.
◆ mask_warp_bbox()
def lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.mask_warp_bbox |
( |
|
self, |
|
|
|
bbox, |
|
|
|
visit, |
|
|
|
mask, |
|
|
|
bit_mask_value |
|
) |
| |
Mask a subregion from a visit.
This must be run after build_ccd_input_map initializes
the overall map.
Parameters
----------
bbox : `lsst.geom.Box2I`
Bounding box from region to mask.
visit : `int`
Visit number corresponding to warp with mask.
mask : `lsst.afw.image.MaskX`
Mask plane from warp exposure.
bit_mask_value : `int`
Bit mask to check for bad pixels.
Raises
------
RuntimeError : Raised if build_ccd_input_map was not run first.
Definition at line 215 of file healSparseMapping.py.
◆ ccd_input_map
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.ccd_input_map |
◆ ConfigClass
The documentation for this class was generated from the following file: