BasePropertyMapConfig#

class lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig(*args, **kw)#

Bases: Config

Attributes Summary

do_max

Compute map of property maxima.

do_mean

Compute map of property means.

do_min

Compute map of property minima.

do_sum

Compute map of property sums.

do_weighted_mean

Compute map of weighted property means.

Attributes Documentation

do_max#

Compute map of property maxima. (bool, default False)

do_mean#

Compute map of property means. (bool, default False)

do_min#

Compute map of property minima. (bool, default False)

do_sum#

Compute map of property sums. (bool, default False)

do_weighted_mean#

Compute map of weighted property means. (bool, default False)