Changeset 14671 for trunk/psModules/src/imcombine/pmSubtractionKernels.h
- Timestamp:
- Aug 27, 2007, 10:55:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r14533 r14671 31 31 } pmSubtractionKernels; 32 32 33 /// Generate a delta-function grid for subtraction kernels (like the POIS kernel) 34 bool p_pmSubtractionKernelsAddGrid(pmSubtractionKernels *kernels, ///< The subtraction kernels to append to 35 int start, ///< Index at which to start appending 36 int size ///< Half-size of the grid 37 ); 38 33 39 /// General allocator for pmSubtractionKernels 34 40 /// … … 44 50 pmSubtractionKernels *pmSubtractionKernelsPOIS(int size, ///< Half-size of the kernel (in both dims) 45 51 int spatialOrder ///< Order of spatial variations 52 ); 53 54 /// Generate ISIS kernels without the flux scaling built in 55 pmSubtractionKernels *p_pmSubtractionKernelsRawISIS(int size, ///< Half-size of the kernel 56 int spatialOrder, ///< Order of spatial variations 57 const psVector *fwhms, ///< Gaussian FWHMs 58 const psVector *orders ///< Polynomial order of gaussians 46 59 ); 47 60
Note:
See TracChangeset
for help on using the changeset viewer.
