.\" Man page generated from reStructuredText. . .TH "GRDFFT" "1gmt" "Jan 10, 2019" "5.4.5" "GMT" .SH NAME grdfft \- Do mathematical operations on grids in the wavenumber (or frequency) domain . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fBgrdfft\fP \fIingrid\fP [ \fIingrid2\fP ] [ \fB\-G\fP\fIoutfile\fP|\fItable\fP ] [ \fB\-A\fP\fIazimuth\fP ] [ \fB\-C\fP\fIzlevel\fP ] [ \fB\-D\fP[\fIscale\fP|\fBg\fP] ] [ \fB\-E\fP[\fBr\fP|\fBx\fP|\fBy\fP][\fB+w\fP[\fBk\fP]][\fB+n\fP] ] [ \fB\-F\fP[\fBr\fP|\fBx\fP|\fBy\fP]\fIparams\fP ] [ \fB\-I\fP[\fIscale\fP|\fBg\fP] ] [ \fB\-N\fP\fIparams\fP ] [ \fB\-S\fP\fIscale\fP ] [ \fB\-V\fP[\fIlevel\fP] ] [ \fB\-fg\fP ] .sp \fBNote:\fP No space is allowed between the option flag and the associated arguments. .SH DESCRIPTION .sp \fBgrdfft\fP will take the 2\-D forward Fast Fourier Transform and perform one or more mathematical operations in the frequency domain before transforming back to the space domain. An option is provided to scale the data before writing the new values to an output file. The horizontal dimensions of the grid are assumed to be in meters. Geographical grids may be used by specifying the \fB\-fg\fP option that scales degrees to meters. If you have grids with dimensions in km, you could change this to meters using grdedit or scale the output with grdmath\&. .SH REQUIRED ARGUMENTS .INDENT 0.0 .TP .B \fIingrid\fP 2\-D binary grid file to be operated on. (See GRID FILE FORMATS below). For cross\-spectral operations, also give the second grid file \fIingrd2\fP\&. .TP \fB\-G\fP\fIoutfile\fP Specify the name of the output grid file or the 1\-D spectrum table (see \fB\-E\fP). (See GRID FILE FORMATS below). .UNINDENT .SH OPTIONAL ARGUMENTS .INDENT 0.0 .TP \fB\-A\fP\fIazimuth\fP Take the directional derivative in the \fIazimuth\fP direction measured in degrees CW from north. .UNINDENT .INDENT 0.0 .TP \fB\-C\fP\fIzlevel\fP Upward (for \fIzlevel\fP > 0) or downward (for \fIzlevel\fP < 0) continue the field \fIzlevel\fP meters. .UNINDENT .INDENT 0.0 .TP \fB\-D\fP[\fIscale\fP|\fBg\fP] Differentiate the field, i.e., take d(field)/dz. This is equivalent to multiplying by kr in the frequency domain (kr is radial wave number). Append a scale to multiply by (kr * \fIscale\fP) instead. Alternatively, append \fBg\fP to indicate that your data are geoid heights in meters and output should be gravity anomalies in mGal. [Default is no scale]. .UNINDENT .INDENT 0.0 .TP \fB\-E\fP[\fBr\fP|\fBx\fP|\fBy\fP][\fB+w\fP[\fBk\fP]][\fB+n\fP] Estimate power spectrum in the radial direction [\fBr\fP]. Place \fBx\fP or \fBy\fP immediately after \fB\-E\fP to compute the spectrum in the x or y direction instead. No grid file is created. If one grid is given then f (i.e., frequency or wave number), power[f], and 1 standard deviation in power[f] are written to the file set by \fB\-G\fP [stdout]. If two grids are given we write f and 8 quantities: Xpower[f], Ypower[f], coherent power[f], noise power[f], phase[f], admittance[f], gain[f], coherency[f]. Each quantity is followed by its own 1\-std dev error estimate, hence the output is 17 columns wide. Give \fB+w\fP to write wavelength instead of frequency, and if your grid is geographic you may further append \fBk\fP to scale wavelengths from meter [Default] to km. Finally, the spectrum is obtained by summing over several frequencies. Append \fB+n\fP to normalize so that the mean spectral values per frequency are reported instead. .UNINDENT .INDENT 0.0 .TP \fB\-F\fP[\fBr\fP|\fBx\fP|\fBy\fP]\fIparams\fP Filter the data. Place \fBx\fP or \fBy\fP immediately after \fB\-F\fP to filter \fIx\fP or \fIy\fP direction only; default is isotropic [\fBr\fP]. Choose between a cosine\-tapered band\-pass, a Gaussian band\-pass filter, or a Butterworth band\-pass filter. .INDENT 7.0 .TP .B Cosine\-taper: Specify four wavelengths \fIlc\fP/\fIlp\fP/\fIhp\fP/\fIhc\fP in correct units (see \fB\-fg\fP) to design a bandpass filter: wavelengths greater than \fIlc\fP or less than \fIhc\fP will be cut, wavelengths greater than \fIlp\fP and less than \fIhp\fP will be passed, and wavelengths in between will be cosine\-tapered. E.g., \fB\-F\fP1000000/250000/50000/10000 \fB\-fg\fP will bandpass, cutting wavelengths > 1000 km and < 10 km, passing wavelengths between 250 km and 50 km. To make a highpass or lowpass filter, give hyphens (\-) for \fIhp\fP/\fIhc\fP or \fIlc\fP/\fIlp\fP\&. E.g., \fB\-Fx\fP\-/\-/50/10 will lowpass \fIx\fP, passing wavelengths > 50 and rejecting wavelengths < 10. \fB\-Fy\fP1000/250/\-/\- will highpass \fIy\fP, passing wavelengths < 250 and rejecting wavelengths > 1000. .TP .B Gaussian band\-pass: Append \fIlo\fP/\fIhi\fP, the two wavelengths in correct units (see \fB\-fg\fP) to design a bandpass filter. At the given wavelengths the Gaussian filter weights will be 0.5. To make a highpass or lowpass filter, give a hyphen (\-) for the \fIhi\fP or \fIlo\fP wavelength, respectively. E.g., \fB\-F\fP\-/30 will lowpass the data using a Gaussian filter with half\-weight at 30, while \fB\-F\fP400/\- will highpass the data. .TP .B Butterworth band\-pass: Append \fIlo\fP/\fIhi\fP/\fIorder\fP, the two wavelengths in correct units (see \fB\-fg\fP) and the filter order (an integer) to design a bandpass filter. At the given cut\-off wavelengths the Butterworth filter weights will be 0.707 (i.e., the power spectrum will therefore be reduced by 0.5). To make a highpass or lowpass filter, give a hyphen (\-) for the \fIhi\fP or \fIlo\fP wavelength, respectively. E.g., \fB\-F\fP\-/30/2 will lowpass the data using a 2nd\-order Butterworth filter, with half\-weight at 30, while \fB\-F\fP400/\-/2 will highpass the data. .UNINDENT .UNINDENT .INDENT 0.0 .TP \fB\-G\fP\fIoutfile\fP|\fItable\fP Filename for output netCDF grid file OR 1\-D data table (see \fB\-E\fP). This is optional for \-E (spectrum written to stdout) but mandatory for all other options that require a grid output. .UNINDENT .INDENT 0.0 .TP \fB\-I\fP[\fIscale\fP|\fBg\fP] Integrate the field, i.e., compute integral_over_z (field * dz). This is equivalent to divide by kr in the frequency domain (kr is radial wave number). Append a scale to divide by (kr * \fIscale\fP) instead. Alternatively, append \fBg\fP to indicate that your data set is gravity anomalies in mGal and output should be geoid heights in meters. [Default is no scale]. .UNINDENT .INDENT 0.0 .TP \fB\-N\fP[\fBa\fP|\fBf\fP|\fBm\fP|\fBr\fP|\fBs\fP|\fInx/ny\fP][\fB+a\fP|[\fB+d\fP|\fBh\fP|\fBl\fP][\fB+e\fP|\fBn\fP|\fBm\fP][\fB+t\fP\fIwidth\fP][\fB+v\fP][\fB+w\fP[\fIsuffix\fP]][\fB+z\fP[\fBp\fP]] Choose or inquire about suitable grid dimensions for FFT and set optional parameters. Control the FFT dimension: .INDENT 7.0 .INDENT 3.5 \fB\-Na\fP lets the FFT select dimensions yielding the most accurate result. .sp \fB\-Nf\fP will force the FFT to use the actual dimensions of the data. .sp \fB\-Nm\fP lets the FFT select dimensions using the least work memory. .sp \fB\-Nr\fP lets the FFT select dimensions yielding the most rapid calculation. .sp \fB\-Ns\fP will present a list of optional dimensions, then exit. .sp \fB\-N\fP\fInx/ny\fP will do FFT on array size \fInx/ny\fP (must be >= grid file size). Default chooses dimensions >= data which optimize speed and accuracy of FFT. If FFT dimensions > grid file dimensions, data are extended and tapered to zero. .UNINDENT .UNINDENT .sp Control detrending of data: Append modifiers for removing a linear trend: .INDENT 7.0 .INDENT 3.5 \fB+d\fP: Detrend data, i.e. remove best\-fitting linear trend [Default]. .sp \fB+a\fP: Only remove mean value. .sp \fB+h\fP: Only remove mid value, i.e. 0.5 * (max + min). .sp \fB+l\fP: Leave data alone. .UNINDENT .UNINDENT .sp Control extension and tapering of data: Use modifiers to control how the extension and tapering are to be performed: .INDENT 7.0 .INDENT 3.5 \fB+e\fP extends the grid by imposing edge\-point symmetry [Default], .sp \fB+m\fP extends the grid by imposing edge mirror symmetry .sp \fB+n\fP turns off data extension. .sp Tapering is performed from the data edge to the FFT grid edge [100%]. Change this percentage via \fB+t\fP\fIwidth\fP\&. When \fB+n\fP is in effect, the tapering is applied instead to the data margins as no extension is available [0%]. .sp Control messages being reported: \fB+v\fP will report suitable dimensions during processing. .UNINDENT .UNINDENT .sp Control writing of temporary results: For detailed investigation you can write the intermediate grid being passed to the forward FFT; this is likely to have been detrended, extended by point\-symmetry along all edges, and tapered. Append \fB+w\fP[\fIsuffix\fP] from which output file name(s) will be created (i.e., \fIingrid_prefix.ext\fP) [tapered], where \fIext\fP is your file extension. Finally, you may save the complex grid produced by the forward FFT by appending \fB+z\fP\&. By default we write the real and imaginary components to \fIingrid\fP_real.\fIext\fP and \fIingrid\fP_imag.\fIext\fP\&. Append \fBp\fP to save instead the polar form of magnitude and phase to files \fIingrid\fP_mag.\fIext\fP and \fIingrid\fP_phase.\fIext\fP\&. .UNINDENT .INDENT 0.0 .TP \fB\-S\fP\fIscale\fP Multiply each element by \fIscale\fP in the space domain (after the frequency domain operations). [Default is 1.0]. .UNINDENT .INDENT 0.0 .TP \fB\-V\fP[\fIlevel\fP] (more ...) Select verbosity level [c]. .TP \fB\-fg\fP Geographic grids (dimensions of longitude, latitude) will be converted to meters via a "Flat Earth" approximation using the current ellipsoid parameters. .UNINDENT .INDENT 0.0 .TP \fB\-^\fP or just \fB\-\fP Print a short message about the syntax of the command, then exits (NOTE: on Windows just use \fB\-\fP). .TP \fB\-+\fP or just \fB+\fP Print an extensive usage (help) message, including the explanation of any module\-specific option (but not the GMT common options), then exits. .TP \fB\-?\fP or no arguments Print a complete usage (help) message, including the explanation of all options, then exits. .UNINDENT .SH GRID FILE FORMATS .sp By default GMT writes out grid as single precision floats in a COARDS\-complaint netCDF file format. However, GMT is able to produce grid files in many other commonly used grid file formats and also facilitates so called "packing" of grids, writing out floating point data as 1\- or 2\-byte integers. (more ...) .SH GRID DISTANCE UNITS .sp If the grid does not have meter as the horizontal unit, append \fB+u\fP\fIunit\fP to the input file name to convert from the specified unit to meter. If your grid is geographic, convert distances to meters by supplying \fB\-fg\fP instead. .SH CONSIDERATIONS .sp netCDF COARDS grids will automatically be recognized as geographic. For other grids geographical grids were you want to convert degrees into meters, select \fB\-fg\fP\&. If the data are close to either pole, you should consider projecting the grid file onto a rectangular coordinate system using grdproject .SH NORMALIZATION OF SPECTRUM .sp By default, the power spectrum returned by \fB\-E\fP simply sums the contributions from frequencies that are part of the output frequency. For \fIx\fP\- or \fIy\fP\-spectra this means summing the power across the other frequency dimension, while for the radial spectrum it means summing up power within each annulus of width \fIdelta_q\fP, the radial frequency (\fIq\fP) spacing. A consequence of this summing is that the radial spectrum of a white noise process will give a linear radial power spectrum that is proportional to \fIq\fP\&. Appending \fBn\fP will instead compute the mean power per output frequency and in this case the white noise process will have a white radial spectrum as well. .SH EXAMPLES .sp To upward continue the sea\-level magnetic anomalies in the file mag_0.nc to a level 800 m above sealevel: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft mag_0.nc \-C800 \-V \-Gmag_800.nc .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp To transform geoid heights in m (geoid.nc) on a geographical grid to free\-air gravity anomalies in mGal: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft geoid.nc \-Dg \-V \-Ggrav.nc .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp To transform gravity anomalies in mGal (faa.nc) to deflections of the vertical (in micro\-radians) in the 038 direction, we must first integrate gravity to get geoid, then take the directional derivative, and finally scale radians to micro\-radians: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft faa.nc \-Ig \-A38 \-S1e6 \-V \-Gdefl_38.nc .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp Second vertical derivatives of gravity anomalies are related to the curvature of the field. We can compute these as mGal/m^2 by differentiating twice: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft gravity.nc \-D \-D \-V \-Ggrav_2nd_derivative.nc .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp To compute cross\-spectral estimates for co\-registered bathymetry and gravity grids, and report result as functions of wavelengths in km, try .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft bathymetry.nc gravity.grd \-E+wk \-fg \-V > cross_spectra.txt .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp To examine the pre\-FFT grid after detrending, point\-symmetry reflection, and tapering has been applied, as well as saving the real and imaginary components of the raw spectrum of the data in topo.nc, try .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gmt grdfft topo.nc \-N+w+z \-fg \-V .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp You can now make plots of the data in topo_taper.nc, topo_real.nc, and topo_imag.nc. .SH SEE ALSO .sp gmt, grdedit, grdfilter, grdmath, grdproject, gravfft .SH COPYRIGHT 2019, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe .\" Generated by docutils manpage writer. .