cf.UMArray.open

UMArray.open()[source]

Returns an open dataset and the address of the data.

Returns:
umfile_lib.umfile.File, int

The open file object, and the start address in bytes of the lookup header.

Examples

>>> f.open()
(<cf.umread_lib.umfile.File object at 0x7fdc25056340>, 4)