Changeset 14455 for trunk/psModules/src/imcombine/pmSubtractionKernels.h
- Timestamp:
- Aug 9, 2007, 10:25:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r14363 r14455 17 17 typedef struct { 18 18 pmSubtractionKernelsType type; ///< Type of kernels --- allowing the use of multiple kernels 19 long num; ///< Number of kernel components (not including the spatial ones) 19 20 psVector *u, *v; ///< Offset (for POIS) or polynomial order (for ISIS) 20 21 psVector *widths; ///< Gaussian widths (ISIS) or ring radius (RINGS) 21 22 psVector *uStop, *vStop; ///< Width of kernel element (SPAM,FRIES only) 22 psVector *xOrder, *yOrder; ///< Spatial Polynomial order (for all)23 23 int subIndex; ///< Index of kernel to be subtracted (to maintain flux conservation) 24 24 psArray *preCalc; ///< Array of images containing pre-calculated kernel (for ISIS) … … 26 26 int inner; ///< The size of an inner region 27 27 int spatialOrder; ///< The spatial order of the kernels 28 int bgOrder; ///< The order for the background fitting 28 29 } pmSubtractionKernels; 29 30
Note:
See TracChangeset
for help on using the changeset viewer.
