[UP]


Manual Reference Pages  - slice (1)

NAME

slice(1f) - [M_slices] display a grid of Z values with a 3D view (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Examples
Author
License

SYNOPSIS

slice -f FILENAME -d X11 -w 20 -x 680 -y 680 -a 30 -b 40

DESCRIPTION

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"

OPTIONS

-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

EXAMPLES

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

AUTHOR

John S. Urban; calls M_slice(3f) module (which is based on PD routines by D. Long, 1984, JPL).

LICENSE

Public License


slice (1) March 11, 2021
Generated by manServer 1.08 from c81fe52a-8b23-495c-9f42-7c5418356c98 using man macros.