empymod icon indicating copy to clipboard operation
empymod copied to clipboard

Transform-class

Open prisae opened this issue 5 years ago • 0 comments

Abstract the whole transformation stuff. This probably includes stuff from:

  • empymod.transform
  • empymod.filters
  • empymod.scripts.fdesign
  • emg3d.utils.Fourier

This should work for (k-f <=> x-f; x-f <=> x-t; x-s <=> x-t)

  • DLF (Hankel and Fourier)
  • FFTLog (Hankel and Fourier)
  • QWE (Hankel and Fourier)
  • QUAD (Hankel)
  • FFT (Fourier)

Base class:

  • input domain
  • output domain
  • method
  • arguments
  • optionally interpolation

prisae avatar Mar 23 '20 15:03 prisae