SumAction¶
- class lsst.analysis.tools.actions.scalar.SumAction(*args, **kw)¶
Bases:
ScalarFromVectorAction
Returns the sum of all values in the column.
Attributes Summary
Key of Vector to compute statistic from.
Methods Summary
__call__
(data, **kwargs)Compute a scalar value from keyed data.
Attributes Documentation
Methods Documentation