HealSparseInputMapConfig#

class lsst.pipe.tasks.healSparseMapping.HealSparseInputMapConfig(*args, **kw)#

Bases: Config

Configuration parameters for HealSparseInputMapTask

Attributes Summary

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.

nside

Mapping healpix nside.

nside_coverage

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, default 0.5)

nside#

Mapping healpix nside. Must be power of 2. (int, default 32768)

nside_coverage#

HealSparse coverage map nside. Must be power of 2. (int, default 256)