cf.CellMeasure.mean

CellMeasure.mean()[source]

The unweighted mean the data array.

Returns
Data

The unweighted mean the data array.

Examples

>>> f.data
<CF Data(12, 73, 96): [[[236.512756348, ..., 256.93371582]]] K>
>>> f.mean()
<CF Data(): 280.192227593 K>