watex.methods.em.EM.exportedis#

EM.exportedis(ediObj, new_Z, savepath=None, **kws)[source]#

Export new EDI files from the former object with a given new impedance tensors.

The export is assumed a new output EDI resulting from multiples corrections applications.

Parameters:
  • ediObj (str or watex.edi.Edi) – Full path to Edi file/object or object from `pycsamt`_ or `MTpy`_

  • new_Z (ndarray (nfreq, 2, 2)) – Ndarray of impendance tensors Z. The tensor Z is 3D array composed of number of frequency nfreq`and four components (``xx`, xy, yx, and yy) in 2X2 matrices. The tensor Z is a complex number.

Return type:

ediObj from pycsamt.core.edi.Edi