cf.FieldList.flip

FieldList.flip(axes=None, i=False, **kwargs)[source]

Flip axes of the data array for each field.

fl.flip() is equivalent to cf.FieldList(f.flip() for f in fl).

See cf.Field.flip for details.

Parameters :
axes, kwargs : optional

Select the axes to be flipped. See cf.Field.flip for details.

i : bool, optional

If True then update the field list and its fields in place. By default a new field list containing new fields is created.

Returns :

out : cf.FieldList

Previous topic

cf.FieldList.fill_value

Next topic

cf.FieldList.getattr

This Page