[UP]


Manual Reference Pages  - pixel_slice (3)

NAME

pixel_slice(3f) - [M_pixel] simplified call of DL_SLICES(3f) to make a plot of a 3-d surface (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Example
Author
License

SYNOPSIS

subroutine pixel_SLICE(surfdat,kix,kiz,nx,nz,a0,b0)

   real,intent(in)     :: SURFDAT(kix,kiz)
   integer,intent(in)  :: kix
   integer,intent(in)  :: kiz
   integer,intent(in)  :: nx
   integer,intent(in)  :: nz
   real,intent(in)     :: a0
   real,intent(in)     :: b0

DESCRIPTION

Simplified call to DL_SLICES(3f) to make a plot of a 3-d surface

OPTIONS

SURFDAT(kix,kiz)
  array of y values
KIX,KIZ
  dimension of surfdat array
NX,NZ size of surface to plot
A0 initial angle of x axis from horizontal 0-80 degrees
B0 initial angle of z axis from horizontal 5-80 degrees

EXAMPLE

AUTHOR

John S. Urban

LICENSE

Public Domain


pixel_slice (3) October 17, 2020
Generated by manServer 1.08 from 62e91790-83b6-46da-84d2-83f11127f3d8 using man macros.