load_data#
- empymod.io.load_data(fname)[source]#
Load results from empymod stored with
save_data
.- Parameters:
- fnamestr
File name with absolute or relative path including suffix, which defines the used data format. Implemented are currently:
.txt
: Plain text file, loaded with np.loadtxt;.json
: JSON plain text file.
- Returns:
- EMEMArray, (nfreqtime, nrec, nsrc)
EM data.