ValueAction¶
- class lsst.analysis.tools.actions.scalar.ValueAction(*args, **kw)¶
Bases:
ScalarFromVectorAction
Extracts the first value from a vector.
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