cf.FieldList.array

FieldList.array

The array attribute for each field.

fl.array is equivalent to cf.List(f.array for f in fl).

See cf.Field.array for details.

Returns :
out : cf.List of numpy arrays

The numpy array deep copy of the data array for each field.

Examples

See cf.Field.array.

Previous topic

cf.FieldList.valid_range

Next topic

cf.FieldList.data

This Page