ApproxFloor¶
- class lsst.analysis.tools.actions.scalar.ApproxFloor(*args, **kw)¶
Bases:
ScalarFromVectorAction
Returns the median of the lowest ten values of the sorted input.
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