harmonica.gaussian_highpass#
- harmonica.gaussian_highpass(grid, wavelength)[source]#
Calculate the Gaussian high-pass of a potential field grid
Compute the Gaussian high-pass of regular gridded data using frequency domain calculations through Fast Fourier Transform.
- Parameters:
- grid
xarray.DataArray
A two dimensional
xarray.DataArray
whose coordinates are evenly spaced (regular grid). Its dimensions should be in the following order: northing, easting. Its coordinates should be defined in the same units.- wavelength
float
The cutoff wavelength in high-pass filter. Its units are the same units of the
grid
coordinates.
- grid
- Returns:
- gaussian highpass
xarray.DataArray
A
xarray.DataArray
after Gaussian high-pass of the passedgrid
.
- gaussian highpass
References