IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2007, 10:43:42 AM (19 years ago)
Author:
Paul Price
Message:

Using FWHM instead of sigma.

File:
1 edited

Legend:

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

    r14525 r14533  
    2121    long num;                           ///< Number of kernel components (not including the spatial ones)
    2222    psVector *u, *v;                    ///< Offset (for POIS) or polynomial order (for ISIS)
    23     psVector *widths;                   ///< Gaussian widths (ISIS) or ring radius (RINGS)
     23    psVector *widths;                   ///< Gaussian FWHMs (ISIS) or ring radius (RINGS)
    2424    psVector *uStop, *vStop;            ///< Width of kernel element (SPAM,FRIES only)
    2525    int subIndex;                       ///< Index of kernel to be subtracted (to maintain flux conservation)
     
    4949pmSubtractionKernels *pmSubtractionKernelsISIS(int size, ///< Half-size of the kernel
    5050                                               int spatialOrder, ///< Order of spatial variations
    51                                                const psVector *sigmas, ///< Gaussian widths
     51                                               const psVector *fwhms, ///< Gaussian FWHMs
    5252                                               const psVector *orders ///< Polynomial order of gaussians
    5353                                               );
     
    6969pmSubtractionKernels *pmSubtractionKernelsGUNK(int size, ///< Half-size of the kernel
    7070                                               int spatialOrder, ///< Order of spatial variations
    71                                                const psVector *sigmas, ///< Gaussian widths
     71                                               const psVector *fwhms, ///< Gaussian FWHMs
    7272                                               const psVector *orders, ///< Polynomial order of gaussians
    7373                                               int inner ///< Inner radius containing grid of delta functions
     
    8686                                                   int size, ///< Half-size of the kernel
    8787                                                   int spatialOrder, ///< Order of spatial variations
    88                                                    const psVector *sigmas, ///< Gaussian widths
     88                                                   const psVector *fwhms, ///< Gaussian FWHMs
    8989                                                   const psVector *orders, ///< Polynomial order of gaussians
    9090                                                   int inner, ///< Inner radius to preserve unbinned
Note: See TracChangeset for help on using the changeset viewer.