IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2007, 11:45:26 AM (19 years ago)
Author:
Paul Price
Message:

Cleaning up, consolidating some duplicated code. Fixing photometric preservation for optimum kernels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.h

    r14701 r14709  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-30 03:50:28 $
     8 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-30 21:45:26 $
    1010 *
    1111 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
     
    9393    );
    9494
     95/// Generate the convolution of an image, given a precalculated kernel
     96///
     97/// The 'image' is a kernel for convenience --- intended to be a stamp
     98psKernel *p_pmSubtractionConvolveStampPrecalc(const psKernel *image, ///< Image to convolve
     99                                              const psKernel *kernel ///< Kernel by which to convolve
     100    );
     101
    95102/// @}
    96103#endif
Note: See TracChangeset for help on using the changeset viewer.