FracNan#
- class lsst.analysis.tools.actions.scalar.FracNan(*args, **kw)#
Bases:
ScalarFromVectorActionCompute the fraction of vector entries that are NaN.
Attributes Summary
Express result as percentage (
bool, defaultFalse)Key of Vector to compute statistic from.
Methods Summary
__call__(data, **kwargs)Compute a scalar value from keyed data.
Attributes Documentation
- percent#
Express result as percentage (
bool, defaultFalse)
- vectorKey#
Key of Vector to compute statistic from. (
str)
Methods Documentation