Changeset 14533 for trunk/psModules/src/imcombine/pmSubtractionKernels.h
- Timestamp:
- Aug 16, 2007, 10:43:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r14525 r14533 21 21 long num; ///< Number of kernel components (not including the spatial ones) 22 22 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) 24 24 psVector *uStop, *vStop; ///< Width of kernel element (SPAM,FRIES only) 25 25 int subIndex; ///< Index of kernel to be subtracted (to maintain flux conservation) … … 49 49 pmSubtractionKernels *pmSubtractionKernelsISIS(int size, ///< Half-size of the kernel 50 50 int spatialOrder, ///< Order of spatial variations 51 const psVector * sigmas, ///< Gaussian widths51 const psVector *fwhms, ///< Gaussian FWHMs 52 52 const psVector *orders ///< Polynomial order of gaussians 53 53 ); … … 69 69 pmSubtractionKernels *pmSubtractionKernelsGUNK(int size, ///< Half-size of the kernel 70 70 int spatialOrder, ///< Order of spatial variations 71 const psVector * sigmas, ///< Gaussian widths71 const psVector *fwhms, ///< Gaussian FWHMs 72 72 const psVector *orders, ///< Polynomial order of gaussians 73 73 int inner ///< Inner radius containing grid of delta functions … … 86 86 int size, ///< Half-size of the kernel 87 87 int spatialOrder, ///< Order of spatial variations 88 const psVector * sigmas, ///< Gaussian widths88 const psVector *fwhms, ///< Gaussian FWHMs 89 89 const psVector *orders, ///< Polynomial order of gaussians 90 90 int inner, ///< Inner radius to preserve unbinned
Note:
See TracChangeset
for help on using the changeset viewer.
