Clip (limit) the values in the data array for each field.
fl.clip() is equivalent to cf.FieldList(f.clip() for f in fl).
See cf.Field.clip for details.
Parameters : | a_min : scalar a_max : scalar units : str or Units, optional
|
---|---|
Returns : | out : cf.FieldList |