slice(1f) - [M_slices] display a grid of Z values with a 3D view (LICENSE:PD)
Synopsis
Description
Options
Examples
Author
License
slice -f FILENAME -d X11 -w 20 -x 680 -y 680 -a 30 -b 40
Given a file that defines a grid of Z values display each row as a curve with the DL_SLICES(3f) routine with a 3D view.On interactive devices the viewing angles may be adjusted by entering from the set of letters "lrud" (left, right, up, down)..
Enter "h" in graphics window for further help on controlling the displayed curves
On batch devices the output is placed in filename
"FILENAME_AxB.DEVICE"
-f FILENAME filename with contents of form z1 z2 z3 z4 z5 ... z1 z2 z3 z4 z5 ... z1 z2 z3 z4 z5 ... z1 z2 z3 z4 z5 ...-a XANGLE angle (in degrees) of x axis (NX) from horizontal from 0 to 80. -b YANGLE angle (in degrees) of z axis (NZ) from horizontal from 5 to 80. -d DEVICE device type. Defaults to "X11". Enter an invalid device name such as "help" to see a list of available devices. -w LINEWIDTH line width in 1/10 000, of x-axis -x XSIZE X size in device units of output -y YSIZE Y size in device units of output
Sample commands:
$ slice -f in1# you can adjust line width and size for different devices $ slice -f in1 -d svg -w 20 -x 14000 -y 14000
John S. Urban; calls M_slice(3f) module (which is based on PD routines by D. Long, 1984, JPL).
Public License
Nemo Release 3.1 | slice (1) | February 23, 2025 |