
NAME
     <type>opCont - prepackaged chain  of  a  convolution  and  a
     shift/truncation operator

SYNOPSIS
     #include <<type>opcont.h>

DESCRIPTION
     ***Insert description here***

PUBLIC OPERATIONS
     <type>opCont(SepInput* filt,int shift,int usedelta=)
          Construct filter from an input dataset (if  usedelta==
          then the sample rate of input and filter must match).

     <type>opCont(<type>Array& filt,int shift,
                  const char *axisname,float delta)
          Construct filter from an array, apply to axis specified
          by axisname, sample rate of data must be delta.

     <type>opCont(<type>Array& filt,int shift,
                  const char* axisname)
          Construct filter from an array, apply to axis specified
          by axisname, it may have any sample rate.

     <type>spacearray Forward(const <type>spacearray&) const
     <type>spacearray Adjoint(const <type>spacearray&) const

SEE ALSO
     <type>opChain,  <type>operator,  <type>opConv,  <type>opPad,
     <type>opShift, <type>spacearray

