watex.methods.em.EMAP.drop_frequencies#
- EMAP.drop_frequencies(tol='auto', freqs=None, rotate=0.0, interpolate=Ellipsis, out=Ellipsis, savepath=None, **kws)[source]#
Drop bad frequencies.
- Parameters:
tol (float, default="auto") – Tolerance parameters. Find the bad frequencies in the data and delete them based on the threshold values. tol value must be among the ranged between 0 and 1.
freqs (list of float,) – List of frequencies to delete explicitely. If given, the tolerance parameter tol is ignored.
rotate (float, default=.0) – Value to rotate the impendance tensors. Note that this is applicable during frequencies interpolation.
interpolate (bool, default=False) – Interpolate frquencies
out (bool, default=True) – Export new EDI files.
savepath (str,) – Full path to export the new EDI files.
- Returns:
new_Zobj – List of new impendance tensors if out is set to
False.- Return type:
List of
watex.externals.z