Scroll to navigation

SEGY(1gmt) GMT SEGY(1gmt)

NAME

segy - Plot a SEGY file on a map

SYNOPSIS

gmt segy SEGYfile -Jparameters
-Rregion
-Ddeviation
-F[color] -W [ -Cclip ] [ -Eerror ] [ -I ] [ -Lnsamp ] [ -Mntrace ] [ -N ] [ -Q<mode><value> ] [ -Sheader ] [ -Tfilename ] [ -U[stamp] ] [ -V[level] ] [ -X[a|c|f|r][xshift[u]] ] [ -Y[a|c|f|r][yshift[u]] ] [ -pflags ] [ -ttransp ] [ --PAR=value ]

Note: No space is allowed between the option flag and the associated arguments.

DESCRIPTION

Reads a native (IEEE) format SEGY file and produces a plot of the seismic data. The imagemask operator is used so that the seismic data are plotted as a 1-bit deep bitmap in a single (user-specified) color or gray shade, with a transparent background. The bitmap resolution is taken from the current GMT defaults. The seismic traces may be plotted at their true locations using information in the trace headers (in which case order of the traces in the file is not significant). Standard GMT geometry routines are used so that in principle any map projection may be used, however it is likely that the geographic projections will lead to unexpected results. Beware also that some parameters have non-standard meanings.

Note that the order of operations before the seismic data are plotted is deviation*[clip]([bias]+[normalize](sample value)). Deviation determines how far in the plot coordinates a [normalized][biased][clipped] sample value of 1 plots from the trace location.

The SEGY file should be a disk image of the tape format (i.e., 3200 byte text header, which is ignored, 400 byte binary reel header, and 240 byte header for each trace) with samples as native real*4 (IEEE real on all the platforms to which I have access).

REQUIRED ARGUMENTS

Seismic SEGY data set to be imaged.

Select map projection.

west, east, south, and north specify the region of interest, and you may specify them in decimal degrees or in [±]dd:mm[:ss.xxx][W|E|S|N] format Append +r if lower left and upper right map coordinates are given instead of w/e/s/n. The two shorthands -Rg and -Rd stand for global domain (0/360 and -180/+180 in longitude respectively, with -90/+90 in latitude). Set geographic regions by specifying ISO country codes from the Digital Chart of the World using -Rcode1,code2,...[+r|R[incs]] instead: Append one or more comma-separated countries using the 2-character ISO 3166-1 alpha-2 convention. To select a state of a country (if available), append .state, e.g, US.TX for Texas. To specify a whole continent, prepend = to any of the continent codes AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), OC (Oceania), NA (North America), or SA (South America). Use +r to modify the bounding box coordinates from the polygon(s): Append inc, xinc/yinc, or winc/einc/sinc/ninc to adjust the region to be a multiple of these steps [no adjustment]. Alternatively, use +R to extend the region outward by adding these increments instead [no extension]. Alternatively for grid creation, give Rcodelon/lat/nx/ny, where code is a 2-character combination of L, C, R (for left, center, or right) and T, M, B for top, middle, or bottom. e.g., BL for lower left. This indicates which point on a rectangular region the lon/lat coordinate refers to, and the grid dimensions nx and ny with grid spacings via -I is used to create the corresponding region. Alternatively, specify the name of an existing grid file and the -R settings (and grid spacing, if applicable) are copied from the grid. Appending +uunit expects projected (Cartesian) coordinates compatible with chosen -J and we inversely project to determine actual rectangular geographic region. For perspective view (-p), optionally append /zmin/zmax. In case of perspective view (-p), a z-range (zmin, zmax) can be appended to indicate the third dimension. This needs to be done only when using the -Jz option, not when using only the -p option. In the latter case a perspective view of the plane is plotted, with no third dimension.

gives the deviation in X units of the plot for 1.0 on the scaled trace.

Fill trace (variable area, defaults to filling positive). Specify the color with which the imagemask is filled.

Draw wiggle trace.

You must specify at least one of -W and -F.

OPTIONAL ARGUMENTS

Flip the default byte-swap state (default assumes data have a bigendian byte-order).

Sample value at which to clip data (clipping is applied to both positive and negative values).

Allow error difference between requested and actual trace locations when using -T option.

Fill negative rather than positive excursions.

Override number of samples per trace in reel header (program attempts to determine number of samples from each trace header if possible to allow for variable length traces).

Override number of traces specified in reel header. Program detects end of file (relatively) gracefully, but this parameter limits number of traces that the program attempts to read.

Normalize trace by dividing by rms amplitude over full trace length.

-Qbbias to bias scaled traces (-Qb-0.1 subtracts 0.1 from values).

-Qidpi sets the dots-per-inch resolution of the image [300].

-Quredvel to apply reduction velocity (negative value removes reduction already present).

-Qxmult to multiply trace locations by mult.

-Qydy to override sample interval in SEGY reel header.



Read trace locations from trace headers: header is either c for CDP, o for offset, or bnum to read a long starting at byte num in the header (first byte corresponds to num = 0). Default has location given by trace number.

Plot only traces whose location corresponds to a list given in filename. Order in which traces are listed is not significant - the entire space is checked for each trace.

Draw GMT time stamp logo on plot.

Select verbosity level [c].

-X[a|c|f|r][xshift[u]]


Do not plot traces with zero rms amplitude.


Set transparency level in percent.

-^ or just -
Print a short message about the syntax of the command, then exits (NOTE: on Windows just use -).
-+ or just +
Print an extensive usage (help) message, including the explanation of any module-specific option (but not the GMT common options), then exits.
-? or no arguments
Print a complete usage (help) message, including the explanation of all options, then exits.
Temporarily override a GMT default setting; repeatable. See /gmt.conf for parameters.

EXAMPLES

To plot the SEGY file wa1.segy with normalized traces plotted at true offset locations, clipped at ±3 and with wiggle trace and positive variable area shading in black, use

gmt segy wa1.segy -JX5i/-5i -R0/100/0/10 -D1 -C3 -N -So -W -Fblack -pdf segy




To plot the SEGY file wa1.segy with traces plotted at true cdp*0.1, clipped at ±3, with bias -1 and negative variable area shaded red, use

gmt segy wa1.segy -JX5i/-5i -R0/100/0/10 -D1 -C3 -Sc -Qx0.1 -Fred -Qb-1 -I -pdf segy




SEE ALSO

gmt, segyz, segy2grd

COPYRIGHT

2019, The GMT Team

September 7, 2019 6.0.0rc4