Parameter lists in detail:
2DMAP
Outputs 2D map in the format used by RECTGRID option of Plotmtv
program. Plotmtv can create two types of contour plots.
At present, the map is plotted on a regularly spaced grid,
with the number of grid points and the argument ranges taken from
the table. The matrix can be transposed by switching places X and Y
Usage:
| 2DMAP |
X Y VALUE TABLE |
|
4 parameters in this list:
|
X
|
Name of table argument with X-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table argument with Y-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
VALUE
|
Name of table entry which is plotted
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
TABLE
|
ASCII name of the table
|
- Format: Character (64 characters)
- Default value: Not specified
|
2DMAP-D
Outputs 2D map in the format used by RECTGRID option of Plotmtv
program. Plotmtv can create two types of contour plots.
At present, the map is plotted on a regularly spaced grid,
with the number of grid points and the argument ranges taken from
the table. The matrix can be transposed by changing the arguments
X and Y places.
Usage:
| 2DMAP-D |
X Y VALUE TABLE |
|
4 parameters in this list:
|
X
|
Name of table argument with X-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table argument with Y-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
VALUE
|
Name of table entry which is plotted
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
TABLE
|
ASCII name of the table
|
- Format: Character (64 characters)
- Default value: Not specified
|
Preceding list (2DMAP)
2DTAB
Draws one 2D line using one input table. If breaks in the line are
used, separate branches can have different line and marker styles.
Usage:
| 2DTAB |
X Y BREAK TOLER TABLE |
|
5 parameters in this list:
|
X
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table entry with Y-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
BREAK
|
Name of table entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
|
TABLE
|
ASCII name of the table
|
- Format: Character (40 characters)
- Default value: Not specified
|
1 group of 8 REPEAT parameters per line:
BVALUE
|
Value of the break key to which current style of the line applies
|
- Format: FLOAT
- Default value: Not specified
|
LTYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
LWIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
LCOLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
MTYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
MSIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
MCOLOR
|
Marker color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: Foreground
|
LLABEL
|
Line label (legend) to be placed at some locations along the contour, or in plot legend. Line label is erased every time you use new LINE list.
|
- Format: Character (24 characters)
- Default value: No label
|
Preceding list (2DMAP-D)
2DTABS
Draws 2D lines from several tables. Each input table results in
one line. Incremental shifts can be applied to the seubsequent lines.
Usage:
| 2DTABS |
X Y BREAK TOLER DX DY |
|
6 parameters in this list:
|
X
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table entry with Y-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
BREAK
|
Name of table entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
|
DX
|
Increment of X values before plotting of the next line
|
- Format: FLOAT
- Default value: 0
|
|
DY
|
Increment of Y values before plotting of the next line
|
- Format: FLOAT
- Default value: 0
|
1 group of 1 REPEAT parameter per line:
TABLE
|
ASCII name of the table. Name masks are allowed.
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (2DTAB)
2DTRAC
2D Line from trace headers
Draws one 2D line using the values stored in trace headers.
Only one (the last) 2DTRAC or 3DTRAC card will be accepted.
If BREAK is used, the segments may have different styles listed
in Repeat liste.
Usage:
| 2DTRAC |
BREAK TOLER |
|
2 parameters in this list:
|
BREAK
|
Name of trace header entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
List 2DTRAC has 2 variants of REPEAT parameter groups:
Variant 0: 1 group of 2 parameters per line:
X
|
X-coordinate
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 0.0
|
Y
|
Y-coordinate
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 0.0
|
Variant 1: 1 group of 8 parameters per line:
BVALUE
|
Value of the break key to which current style of the line applies
|
- Format: FLOAT
- Default value: Not specified
|
LTYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
LWIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
LCOLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
MTYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
MSIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
MCOLOR
|
Marker color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: Foreground
|
LLABEL
|
Line label (legend) to be placed at some locations along the contour, or in plot legend. Line label is erased every time you use new LINE list.
|
- Format: Character (24 characters)
- Default value: No label
|
Preceding list (2DTABS)
3DTAB
3D line from table
Draws one 3D line using one input table. If BREAK is used, the
segments may have different styles listed in Repeat liste.
Usage:
| 3DTAB |
X Y Z BREAK TOLER TABLE |
|
6 parameters in this list:
|
X
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table entry with Y-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Z
|
Name of table entry with Z-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
BREAK
|
Name of table entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
|
TABLE
|
ASCII name of the table
|
- Format: Character (32 characters)
- Default value: Not specified
|
1 group of 8 REPEAT parameters per line:
BVALUE
|
Value of the break key to which current style of the line applies
|
- Format: FLOAT
- Default value: Not specified
|
LTYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
LWIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
LCOLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
MTYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
MSIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
MCOLOR
|
Marker color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: Foreground
|
LLABEL
|
Line label (legend) to be placed at some locations along the contour, or in plot legend. Line label is erased every time you use new LINE list.
|
- Format: Character (24 characters)
- Default value: No label
|
Preceding list (2DTRAC)
3DTABS
3D line from tables
Draws 3D lines using several input tables.
Incremental shifts can be applied to the seubsequent lines.
Usage:
| 3DTABS |
X Y Z BREAK TOLER DX DY DZ |
|
8 parameters in this list:
|
X
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of table entry with Y-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Z
|
Name of table entry with Z-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
BREAK
|
Name of table entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
|
DX
|
Increment of X values before plotting of the next line
|
- Format: FLOAT
- Default value: 0
|
|
DY
|
Increment of Y values before plotting of the next line
|
- Format: FLOAT
- Default value: 0
|
|
DZ
|
Increment of Z values before plotting of the next line
|
- Format: FLOAT
- Default value: 0
|
1 group of 1 REPEAT parameter per line:
TABLE
|
ASCII name of the table
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (3DTAB)
3DTRAC
3D Line from trace headers
Draws one 3D line using the values stored in trace headers.
Only one (the last) 2DTRAC or 3DTRAC card will be accepted.
Usage:
| 3DTRAC |
X Y Z BREAK TOLER |
|
5 parameters in this list:
|
X
|
Name of trace header with X-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Y
|
Name of trace header with Y-coordinatet
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
Z
|
Name of trace header with Z-coordinate
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
BREAK
|
Name of trace header entry controlling breaks in the line. If the absolute value of the change in values of BREAK esceeds TOLER below, the line is broken
|
- Format: Character (8 characters)
- Default value: No breaks
|
|
TOLER
|
The threshold for BREAK. All values of BREAK that differ less then by TOLER are considered equal, and the line is not broken
|
- Format: FLOAT
- Default value: 1.e-8
|
1 group of 8 REPEAT parameters per line:
BVALUE
|
Value of the break key to which current style of the line applies
|
- Format: FLOAT
- Default value: Not specified
|
LTYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
LWIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
LCOLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
MTYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
MSIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
MCOLOR
|
Marker color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: Foreground
|
LLABEL
|
Line label (legend) to be placed at some locations along the contour, or in plot legend. Line label is erased every time you use new LINE list.
|
- Format: Character (24 characters)
- Default value: No label
|
Preceding list (3DTABS)
APPEND
Appends another MTV file when the current file is completed.
Appended image will be drawn over the one described in current
file.
1 parameter in this list:
|
FNAME
|
Name of the MTV file appended
|
- Format: Text file name or '*' for job log or input (72 characters)
- Default value: None
|
Preceding list (3DTRAC)
ATTRIB
Attributes
Sets a list of line attributes. Also sets the name of the attribute
(table entry) and its tolerance currently used for setting line
styles in 2DTAB and 3DTAB lists.
Usage:
| ATTRIB |
KEY TOLER PERIOD |
|
3 parameters in this list:
|
KEY
|
The name of the table entry or trace header used for keying the attributes. If its value matches the value of BVALUE in the REPEAT list below, corresponding line attributes are used.
|
- Format: Character (8 characters)
- Default value: Not specified
|
|
TOLER
|
Tolerance at which the valuea of KEY are considered the same
|
- Format: FLOAT
- Default value: Not specified
|
|
PERIOD
|
If a positive value is given in this field, a multiple of this value is subtracted from KEY, so that the resulting attribute index is cyclically repeated for increasing values of KEY.
|
- Format: FLOAT
- Default value: -1.0
|
1 group of 8 REPEAT parameters per line:
BVALUE
|
Value of the break key to which current style of the line applies
|
- Format: FLOAT
- Default value: Not specified
|
LTYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
LWIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
LCOLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
MTYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
MSIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
MCOLOR
|
Marker color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: Foreground
|
LLABEL
|
Line label (legend) to be placed at some locations along the contour, or in plot legend. Line label is erased every time you use new LINE list.
|
- Format: Character (24 characters)
- Default value: No label
|
Preceding list (APPEND)
CONTOUR
Sets parameters for countouring of 2D maps (see lists 2DMAP and 2DMAP-D).
Usage:
| CONTOUR |
FILL MIN STEP MAX |
|
4 parameters in this list:
|
FILL
|
FILL (color or gray scale contour plot, without contour labels) or CURVES (contour plot with contour level labels)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Fill (FILL)
- Curves (CURVES)
- Default value: FILL
|
|
MIN
|
Minimum contour level to plot
|
- Format: FLOAT
- Default value: Not specified
|
|
STEP
|
Step between contour levels
|
- Format: FLOAT
- Default value: Not specified
|
|
MAX
|
Maximum contour level to plot
|
- Format: FLOAT
- Default value: Not specified
|
Preceding list (ATTRIB)
DATA
Data samples
Draws data traces in the form of time-amplitude graphs
Usage:
| DATA |
TSTART TEND TINC COMP OMODE OFFSET OSCALE |
|
7 parameters in this list:
|
TSTART
|
Starting time
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: Not specified
|
|
TEND
|
Ending time
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: Not specified
|
|
TINC
|
Time increment between the output points. Non-positive values correspond top the sampling interval in the trace.
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: -1.0
|
|
COMP
|
Trace component. For well log traces, this is the log curve code, as defined by tool WLLOG. For regular`traces, COMP is the sequential component number, counted starting from 1.
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 1
|
|
OMODE
|
Offset mode. Currently, only ABSOLUTE is implemented. In this mode, the offset between the traces in the plot, in trace amplitude units, is calculated as OFFSET*OSCALE below. Combining OFFSET and OSCALE allows creating simple "trace sections" (side-by-side trace displays).
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: ABS
|
|
OFFSET
|
Value used as offset between subsequent traces.
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 0.0
|
|
OSCALE
|
Factor used to convert the OFFSET valuse into units of trace amplitude.
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 0.0
|
Preceding list (CONTOUR)
DEFSTYL
Not implemented!!
Set global style ("resources" from the current line style.
Usage:
| DEFSTYL |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (DATA)
EQUALS
Sets equal scales of all axes.
Usage:
| EQUALS |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (DEFSTYL)
FILL
Set fill style.
The style is active for all following contours, objects, etc.
2 parameters in this list:
|
TYPE
|
Marker fill type
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- hatch (HATCH)
- Left diagonal (LRDIAG)
- Right diagonal (RLDIAG)
- Cross-diagonal (XDIAG)
- Vertical (VERT)
- Horizontal (HORIZ)
- Double horizontal (DHORIZ)
- Default value: NONE
|
|
COLOR
|
Fill color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
Preceding list (EQUALS)
FLIP-X
Flip X axis
Usage:
| FLIP-X |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (FILL)
FLIP-Y
Flip Y axis
Usage:
| FLIP-Y |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (FLIP-X)
FLIP-Z
Flip Z axis
Usage:
| FLIP-Z |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (FLIP-Y)
LABEL-X
Sets the name of the label writtin along the X axis of the plot
1 parameter in this list:
|
LABEL
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (FLIP-Z)
LABEL-Y
Sets the name of the label writtin along the Y axis of the plot
1 parameter in this list:
|
LABEL
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (LABEL-X)
LABEL-Z
Sets the name of the label writtin along the Z axis of the plot
1 parameter in this list:
|
LABEL
|
Name of table entry with X-coordinate. This entry must have the same name in all tables in this list
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (LABEL-Y)
LINE
Set line style.
The style is active for all following contours, objects, etc.
Usage:
| LINE |
TYPE WIDTH COLOR LABEL |
|
4 parameters in this list:
|
TYPE
|
Line style
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Solid (SOLID)
- Dashed (DASH)
- Long dash (LONGDSH)
- Dotted (DOT)
- Double-dot (DOUBDOT)
- Triple-dot (TRIDOT)
- Dot-dash (DOTDASH)
- Sparse dot-dash (SDOTDSH)
- Long dash-dot (LONGDOT)
- Dot-dot-dash (DDDASH)
- Default value: SOLID
|
|
WIDTH
|
Line width, points
|
- Format: INTEGER
- Min value: 0
- Max value: 32
- Default value: 1
|
|
COLOR
|
Line color
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
|
LABEL
|
Line label (legend) to be placed in some locations along the contour, or to the left of the plot. Line label is erased every time you use new LINE list.
|
- Format: Character (48 characters)
- Default value: No label
|
Preceding list (LABEL-Z)
LOG-X
Log(X)
Logariphmic scale of X axis
Usage:
| LOG-X |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (LINE)
LOG-Y
Log(Y)
Logariphmic scale of Y axis
Usage:
| LOG-Y |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (LOG-X)
LOG-Z
Log(Z)
Logariphmic scale of Z axis
Usage:
| LOG-Z |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (LOG-Y)
MARKER
Set marker style.
The style is active for all following contours, objects, etc.
Usage:
| MARKER |
TYPE SIZE COLOR |
|
3 parameters in this list:
|
TYPE
|
Marker type: NONE, DOT, CROSS, X, SQUARE (square), FSQUARE (filled square), DIAMON (diamond), FDIAMON (filled diamond), TRIANG (triangle), FTRIANG (filled triangle), ITRIANG (inverted triangle), FITRIANG (filled inverted triangle), CIRCLE (circle), FCIRCLE (filled circle)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- None (NONE)
- Dot (DOT)
- Cross (CROSS)
- X-cross (X)
- Square (SQUARE)
- Filled square (FSQUARE)
- Diamond (DIAMON)
- Filled diamond (FDIAMON)
- Triangle (TRIANG)
- Filled triangle (FTRIANG)
- Inverted triangle (ITRIANG)
- Inverted filled triangle (FITRIANG)
- Circle (CIRCLE)
- Filled circle (FCIRCLE)
- Default value: NONE
|
|
SIZE
|
Marker size, in points
|
- Format: INTEGER
- Min value: 1
- Max value: 10
- Default value: 1
|
|
COLOR
|
Marker color.
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Foreground (FRGR)
- Background (BCKGR)
- Yellow (YELLOW)
- Blue (BLUE)
- Green (GREEN)
- Red (RED)
- Dark blue (DRKBLUE)
- Orange (ORANGE)
- Pink (PINK)
- Light pink (LTPINK)
- Cyan (CYAN)
- Brown (BROWN)
- Default value: FRGR
|
Preceding list (LOG-Z)
MULT
Multiply values
Multiplications of data values by factors. Multiple factors are
accumulated, after the start of a new contour (see 2DTAB, 2DTABS, etc.)
the factors are reset to 1.
3 parameters in this list:
|
X
|
Factor applied to X values before plotting
|
- Format: FLOAT
- Default value: 1
|
|
Y
|
Factor applied to Y values before plotting
|
- Format: FLOAT
- Default value: 1
|
|
Z
|
Factor applied to Z values before plotting
|
- Format: FLOAT
- Default value: 1
|
Preceding list (MARKER)
NOTRANS
Remove transformations
Cancels all previous SHIFT and MULT opeartions
Usage:
| NOTRANS |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (MULT)
POLYHDR
Polynom
Graphs a polynomial function using coefficients taken from trace headers. NOTE:
Coordinate transformations are not applied to the points of this graph!
Usage:
| POLYHDR |
WHEN ARGAXIS MINARG MAXARG NUMARG |
|
5 parameters in this list:
|
WHEN
|
Selector of when the graph is plotted. In "on trace" (TRC) mode, the graph is plotetd whenever a trace enters the tool. In EOF, the graph is plotted once, but trace headers therefore cannot be used for line parameterization in this mode.
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- In EOF phase (EOF)
- On trace (TRC)
- Default value: EOF
|
|
ARGAXIS
|
Axis along which the argument of the polynomial function is plotted
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: X
|
|
MINARG
|
Starting value of the argument
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 0.0
|
|
MAXARG
|
End value of the argument
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 100.0
|
|
NUMARG
|
Number of points the argument between [MINARG...MAXARG].
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: 100
|
10 groups of 1 REPEAT parameter per line:
COEF
|
Coefficient of the polynomial. The first parameter in this repeat list coresponds to the power of 0 (constant), first - to power 1, etc. NOTE: default values are skipped, and not assumed to be equal!
|
- Format: Trace Header (table entry), name, or numerical value (8 characters)
- Default value: Not specified
|
Preceding list (NOTRANS)
PROLOG
Adds a prologue to the resulting MTV file.
Usage:
| PROLOG |
(No parameters) |
|
1 group of 1 REPEAT parameter per line:
FORMAT
|
One line of prologue to MTV file. It may contain any commands for page formatting in MTV page description language
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (POLYHDR)
PSFILE
PostScript file
Name of PostScript file created. This option works only when
SHOW option is used. (Program PLOTMTV outputs always
to a file called 'dataplot.ps'. This file will be renamed after the
completion of plotmtv run).
This list must follow the list SHOW. Viewing the file, after choosing
the zoom rotation, etc., select "Print" or "Print to file", and then
quit. Tha file 'dataplot.ps' will be renamed according to your
specification.
1 parameter in this list:
|
FNAME
|
Name of the file created by the program "plotmtv"
|
- Format: Text file name or '*' for job log or input (72 characters)
- Default value: dataplot.ps
|
Preceding list (PROLOG)
RANGE-X
Range X
Specifies the plotting range of X values
Note that these are final values, after all transformations
made by SHIFT and MULT, etc.
2 parameters in this list:
|
MIN
|
Minimum X value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
|
MAX
|
Maximum X value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
Preceding list (PSFILE)
RANGE-Y
Range Y
Specifies the plotting range of Y values
Note that these are final values, after all transformations
made by SHIFT and MULT, etc.
2 parameters in this list:
|
MIN
|
Minimum Y value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
|
MAX
|
Maximum Y value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
Preceding list (RANGE-X)
RANGE-Z
Range Z
Specifies the plotting range of Z values.
Note that these are final values, after all transformations
made by SHIFT and MULT, etc.
2 parameters in this list:
|
MIN
|
Minimum Y value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
|
MAX
|
Maximum Y value shown in the plot. DEF: Determined by the data;
|
- Format: FLOAT
- Default value: Not specified
|
Preceding list (RANGE-Y)
RAYS
Draws rays traced by TRACER2
1 parameter in this list:
|
NAME
|
Name of the traces set, as specified in TRACER2 call
|
- Format: Character (72 characters)
- Default value: Default values ignored
|
Preceding list (RANGE-Z)
RESSTYL
Resets default line, marker, and fill styles.
Usage:
| RESSTYL |
(No parameters) |
|
No REPEAT parameter groups in this list.
Preceding list (RAYS)
SCALE
Scale
Specifies the scale factors of the labels in X and Y directions
3 parameters in this list:
|
X
|
Scale factor for the labels along the X axis
|
- Format: FLOAT
- Default value: 1
|
|
Y
|
Scale factor for the labels along the Y axis
|
- Format: FLOAT
- Default value: 1
|
|
Z
|
Scale factor for the labels along the Z axis
|
- Format: FLOAT
- Default value: 1
|
Preceding list (RESSTYL)
SHIFT
Shift values
Applies shifts to data values. Multiple shifts are accumulated,
after the start of a new contour (see 2DTAB, 2DTABS, etc.) shifts are
reset to 0.
3 parameters in this list:
|
X
|
Value added to X values before plotting
|
- Format: FLOAT
- Default value: 0
|
|
Y
|
Value added to Y values before plotting
|
- Format: FLOAT
- Default value: 0
|
|
Z
|
Value added to Z values before plotting
|
- Format: FLOAT
- Default value: 0
|
Preceding list (SCALE)
SHOW
Runs PLOTMTV program immediately after the .mtv file is completed.
Usage:
| SHOW |
REMOVE COLOR ORIENT |
|
3 parameters in this list:
|
REMOVE
|
REMOVE (remove the file after it has been shown), KEEP (doo not remove the file)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Keep (KEEP)
- Remove (REMOVE)
- Default value: KEEP
|
|
COLOR
|
PostScript output mode: COLOR (use color PostScript), BW (black/white)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Default value: COLOR
|
|
ORIENT
|
Page orientation: PORT (portrait orientation of the page), LANDS (landscape)
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Portrait (PORTR)
- Landscape (LANDS)
- Default value: PORTR
|
Preceding list (SHIFT)
SPEARTH
Spherical Earth
Special transformation for travel time plots-- transforms the
vertical coordinates and velocities (for 2DMAP) from the flat-Earth
approximation to their true values.
Note that this transformation is always applied after all SHIFT and
MULT operations.
1 parameter in this list:
|
RADIUS
|
The radius of the Earth
|
- Format: FLOAT
- Default value: 63900
|
Preceding list (SHOW)
TIMERED
Time reduction
Special transformation for travel time plots-- applies or removes
travel time reduction.
The first parameter (X) in the tables must contain the inline distance,
the second (Y) -- the time.
The resultion time will be Y-abs(X-SHOTX)/VRED.
Reduction can be used only with 2D tables.
Note that reduction is always applied after all SHIFT and MULT
operations.
Usage:
| TIMERED |
VRED SHOTX |
|
2 parameters in this list:
|
VRED
|
Reduction velocity. If VRED < 0, the reduction term is posistive, i.e., the corresponding reduction is removed. DEF: No reduction;
|
- Format: FLOAT
- Default value: Not specified
|
|
SHOTX
|
Shot coordinate
|
- Format: FLOAT
- Default value: 0
|
Preceding list (SPEARTH)
TITLE
Sets the plot title (top label of the plot).
1 parameter in this list:
|
LABEL
|
Title text
|
- Format: Character (80 characters)
- Default value: Not specified
|
Preceding list (TIMERED)
VELMOD
Draws 2-D or 3-D wireframe views of velocity grids built by
VELMOD, VELMOD2, or RAYINVR
1 parameter in this list:
|
MODEL
|
Model name
|
- Format: Character (72 characters)
- Default value: Default values ignored
|
1 group of 1 REPEAT parameter per line:
Optional parameters. Only one line of parameters will be accepted.
CELMODE
|
Mode of plotting of cell boundaries:
|
- Format: Selection
- Selectable Values: (codes in parentheses)
- Horizontal (HORIZ)
- Vertical (VERT)
- All (ALL)
- None (NONE)
- Default value: HORIZ
|
Preceding list (TITLE)
XYRATIO
Sets fixed ratio of the lengths of X and Y axes of the plot.
If you are using this list, EQUALS may not be used.
1 parameter in this list:
|
XYRATIO
|
The ratio of the lengths of X and Y axes in the final PLOTMTV plot
|
- Format: FLOAT
- Min value: 0
- Max value: 4 (set by PLOTMTV program)
- Default value: 1.
|
Preceding list (VELMOD)
IGeoS version 5.1
Copyright (c) 1995-2015, I.B.Morozov
Updated Wed Apr 1 21:42:26 2020