IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psImageFFT.h

    r4316 r4540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-18 03:13:02 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-12 19:12:01 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3333psImage* psImageFFT(
    3434    psImage* out,                      ///< a psImage to recycle.  If NULL, a new psImage is made.
    35     const psImage* image,                 ///< the psImage to apply transform to
     35    const psImage* image,              ///< the psImage to apply transform to
    3636    psFFTFlags direction               ///< the direction of the transform
    3737);
     
    7979 */
    8080psImage* psImagePowerSpectrum(
    81     psImage* out,                       ///< a psImage to recycle.  If NULL, a new psImage is made.
    82     const psImage* in                   ///< the psImage to power spectrum of
     81    psImage* out,                      ///< a psImage to recycle.  If NULL, a new psImage is made.
     82    const psImage* in                  ///< the psImage to power spectrum of
    8383);
    8484
Note: See TracChangeset for help on using the changeset viewer.