Task for making a HealSparse input map.
Definition at line 132 of file healSparseMapping.py.
◆ __init__()
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.__init__ |
( |
|
self, |
|
|
** |
kwargs |
|
) |
| |
◆ _pixels_to_radec()
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._pixels_to_radec |
( |
|
self, |
|
|
|
wcs, |
|
|
|
pixels |
|
) |
| |
|
protected |
Convert pixels to ra/dec positions using a wcs.
Parameters
----------
wcs : `lsst.afw.geom.SkyWcs`
WCS object.
pixels : `list` [`lsst.geom.Point2D`]
List of pixels to convert.
Returns
-------
radec : `numpy.ndarray`
Nx2 array of ra/dec positions associated with pixels.
Definition at line 305 of file healSparseMapping.py.
◆ build_ccd_input_map()
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 143 of file healSparseMapping.py.
◆ finalize_ccd_input_map_mask()
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 283 of file healSparseMapping.py.
◆ mask_warp_bbox()
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 230 of file healSparseMapping.py.
◆ _bbox
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._bbox |
|
protected |
◆ _bits_per_visit
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._bits_per_visit |
|
protected |
◆ _bits_per_visit_ccd
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._bits_per_visit_ccd |
|
protected |
◆ _ccd_input_bad_count_map
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._ccd_input_bad_count_map |
|
protected |
◆ _ccd_input_pixels
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._ccd_input_pixels |
|
protected |
◆ _ccds
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._ccds |
|
protected |
◆ _DefaultName
str lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._DefaultName = "healSparseInputMap" |
|
staticprotected |
◆ _min_bad
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._min_bad |
|
protected |
◆ _wcs
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask._wcs |
|
protected |
◆ ccd_input_map
lsst.pipe.tasks.healSparseMapping.HealSparseInputMapTask.ccd_input_map |
◆ ConfigClass
The documentation for this class was generated from the following file: