MeanAction#
- class lsst.analysis.tools.actions.scalar.MeanAction(*args, **kw)#
Bases:
ScalarFromVectorActionCalculates the mean of the given data.
Attributes Summary
Key of Vector to compute statistic from.
Methods Summary
__call__(data, **kwargs)Compute a scalar value from keyed data.
Attributes Documentation
- vectorKey#
Key of Vector to compute statistic from. (
str)
Methods Documentation