MODULE NAME:

glue

MODULE DESCRIPTION:

Continually pastes on incoming data onto the end of a
growing output data set - always checking to make sure
that the dimension lengths of the input and output data 
sets are identical EXCEPT for the dimension in which
the glue operation is proceeding (also checks vector
lengths).  The parameter 'total sets' is used ONLY
for reporting the total number of data sets glued 
together in the current output data set - changing
its value manually will do nothing.

MODULE PARAMETERS:

autoadd:    (toggle)
	    Pastes new data set onto output data every time
	    input port receives new data.

add NOW:    (oneshot)
	    One-time paste of data currently residing at
	    input port to output data.

initialize: (oneshot)
	    Erases the output data set; this is automatically
	    performed the first time an activated module
	    receives input.

total sets: (typein)
	    For REPORTING only (you cannot set this parameter).
	    Tells the number of sets that were glued together
	    to create the current output data set.

dimension:  (idial)
	    Dimension along which to glue. When no current
	    output data set exists (total sets = 0), the limits
	    for this variable are 1 to N+1 where the data set
	    residing at the input port is N-dimensional.
