cf.DomainAncillary.range¶
-
DomainAncillary.
range
()[source]¶ The absolute difference between the maximum and minimum of the data array.
Examples 1: >>> d = f.range()
Returns: - out : cf.Data
The absolute difference between the maximum and minimum of the data array.
Examples 2: >>> f.data <CF Data: [[[236.512756348, ..., 256.93371582]]] K> >>> f.range() <CF Data: 112.515182495 K>