HealSparseInputMapConfig#
- class lsst.pipe.tasks.healSparseMapping.HealSparseInputMapConfig(*args, **kw)#
Bases:
ConfigConfiguration parameters for HealSparseInputMapTask
Attributes Summary
Minimum area fraction of a map healpixel pixel that must be covered by bad pixels to be removed from the input map.
Mapping healpix nside.
HealSparse coverage map nside.
Attributes Documentation
- bad_mask_min_coverage#
Minimum area fraction of a map healpixel pixel that must be covered by bad pixels to be removed from the input map. This is approximate. (
float, default0.5)
- nside#
Mapping healpix nside. Must be power of 2. (
int, default32768)
- nside_coverage#
HealSparse coverage map nside. Must be power of 2. (
int, default256)