BasePropertyMapConfig#
- class lsst.pipe.tasks.healSparseMappingProperties.BasePropertyMapConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Compute map of property maxima.
Compute map of property means.
Compute map of property minima.
Compute map of property sums.
Compute map of weighted property means.
Attributes Documentation
- do_max#
Compute map of property maxima. (
bool, defaultFalse)
- do_mean#
Compute map of property means. (
bool, defaultFalse)
- do_min#
Compute map of property minima. (
bool, defaultFalse)
- do_sum#
Compute map of property sums. (
bool, defaultFalse)
- do_weighted_mean#
Compute map of weighted property means. (
bool, defaultFalse)