cf.UMArray.get_byte_ordering

UMArray.get_byte_ordering()[source]

The endianness of the data.

Added in version 3.14.0.

See also

open

Returns:
str or None

'little_endian' or 'big_endian'. If the byte ordering has not been set then None is returned, in which case byte ordering will be detected automatically (if possible) when the file is opened with open.