IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2007, 10:25:52 AM (19 years ago)
Author:
Paul Price
Message:

Extensive changes to the way spatial variation of the kernel is implemented. I was doing it the stupid way, rather than the smart way outlined in Alard 2000 (A&ASS, 144, 363). Fixed up the normalisation of the kernels (essential for proper flux conservation with spatial variation). Put in support for dividing an image up into regions.

File:
1 edited

Legend:

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

    r14330 r14455  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-07-20 01:53:52 $
     8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-09 20:25:52 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    8383                           const psImage *subMask, ///< Subtraction mask (or NULL)
    8484                           psMaskType blank, ///< Mask value for blank regions
     85                           const psRegion *region, ///< Region to convolve (or NULL)
    8586                           const psVector *solution, ///< The solution vector
    8687                           const pmSubtractionKernels *kernels ///< Kernel parameters
    8788    );
    8889
     90/// Mark the non-convolved part of the image as blank
     91bool pmSubtractionBorder(psImage *image,///< Image
     92                         psImage *weight, ///< Weight map (or NULL)
     93                         psImage *mask, ///< Mask (or NULL)
     94                         const pmSubtractionKernels *kernels, ///< Kernel parameters (for kernel size)
     95                         psMaskType blank ///< Mask value for blank regions
     96    );
     97
    8998/// @}
    9099#endif
Note: See TracChangeset for help on using the changeset viewer.