
NAME
     <type>opContran - ***Need short description***

SYNOPSIS
     #include <<type>opcontran.h>

DESCRIPTION
     ***Insert description here***

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

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

     <type>opContran(<type>space& filtsp,int usedelta=)
          Construct filter from an input dataset  if  usedelta==
          then the sample rate of input and filter must match.

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

PRIVATE OPERATIONS
     void apply(<type>Array&,<type>Array&,int,
                 const Axislist&,const Axislist&) const

     void forwardwildtrans (Axislist &,const Axislist &)
     void adjointwildtrans (Axislist &,const Axislist &)

PRIVATE VARIABLES
     <type>Array filter

SEE ALSO
     <type>space, <type>opone, <type>Array, <type>opContrunc

