npz_reader

glue.core.data_factories.npz_reader(filename, format='auto', auto_merge=False, **kwargs)[source]

Read in a Numpy structured array saved to a .npy or .npz file.

Parameters:

source: str

The pathname to the Numpy save file.