NAME

eye_mask_gen -- create unit to ..

PROTOTYPE

unitptr eye_mask_gen(int size/* Size of quadric filter mask*/, unitptr uHost)

ARGUMENTS

int size/* Size of quadric filter mask*/
- not documented in source --
unitptr uHost
host unit

RETURN VALUE:

A pointer to the created unit or NULL in the case of an error.

INTERFACE OF CREATED UNIT:

X_in[]:
(packed input field 0)
Y_in[]:
(packed input field 1)
Z_in[]:
(packed input field 2)
in_3[]:
(packed input field 3)
CTL_in[]:
(control field)
X_out[]:
(packed output field 0)
Y_out[]:
(packed output field 1)
Z_out[]:
(packed output field 2)
out_3[]:
(packed output field 3)

EXECUTION OF CREATED UNIT:

INITIALIZATION:

DESCRIPTION:

CONTROL MODES:

EXAMPLES:

an unclipped version of the end-stop-function (! y>0) for GNUPLOT: set isosamples 30 set contour base set hidden3d set xrange[-2:2] set yrange[-2:2] set title "'Chinese Wall' of End-Stop Cell" splot (2*exp(-x*x*20)-1 + 2*exp(-(x*x + y*y)) + (x*x+y*y)/600 - 0.8)/2 set title pause -1

STATUS:

In development.

SEE ALSO:

FILE

nst_eyereception.c