traveler.core.omx.OMX.to_dask_arrays#
- OMX.to_dask_arrays(downcast_floats_to_32=False, downcast_ints_to_32=False)[source]#
Convert the OMX file to a dictionary of dask arrays.
- Returns:
A dictionary where keys are matrix names and values are dask arrays.
- Return type:
dict
- Parameters:
downcast_floats_to_32 (bool)
downcast_ints_to_32 (bool)