
NAME
     Vspray - Operator to perform velocity spectra.

SYNOPSIS
     #include <Vspray.h>

DESCRIPTION
     Vspray is a floatopone which performs velocity spectra. Con-
     structing  the  Vspray  requires  specification  of the data
     Axislist- with a time and  offset  axis,  and  the  velocity
     space  Axislist-  with a tau and velocity axis. The time and
     tau axes must be the same.

PUBLIC OPERATIONS
     Vspray(const Axislist& data,const Axislist& vspace)
     floatspace Forward(const floatspace & )const
     floatspace Adjoint(const floatspace &) const

PRIVATE OPERATION
     void apply(floatArray &,floatArray &,int,
                 const Axislist &,const Axislist &) const

SEE ALSO
     <type>space, <type>opone

