IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2004, 12:22:59 AM (22 years ago)
Author:
Paul Price
Message:

Removed FFT, since it's now all done with the psFFT.
Other minor edits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImage.h

    r344 r378  
    200200                    int x,              ///< starting x coord of region           
    201201                    int y,              ///< starting y coord of region           
    202                     int dx,             ///< x size of region (-1 for full range)         
    203                     int dy,             ///< y size of region (-1 for full range)         
     202                    int nx,             ///< x size of region (-1 for full range)         
     203                    int ny,             ///< y size of region (-1 for full range)         
    204204                    int z,              ///< plane of interest                     
    205205                    const char *extname, ///< MEF extension name ("PHU" for primary header)
     
    244244                   int extnum,          ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
    245245                   FILE *f              ///< file descriptor to read from
    246     );
    247 
    248 /*** image FFT operations ***/
    249 /// Perform an FFT on the image.  The output image type is psComplex.
    250 psImage *
    251 psImageFFT(psImage *output,             ///< Output image
    252            const psImage *input,        ///< image to FFT
    253            int direction                ///< FFT direction
    254246    );
    255247
     
    276268                      int x0,           ///< x offset of overlay subimage
    277269                      int y0,           ///< y offset of overlay subimage
    278                       const char *operator ///< overlay operation
     270                      const char *op    ///< overlay operation
    279271    );
    280272
Note: See TracChangeset for help on using the changeset viewer.