#include <pmImageSubtract.h>
Definition at line 33 of file pmImageSubtract.h.
Data Fields | |
| pmSubtractionKernelsType | type |
| Type ofKernels --- allowing the use of multiple kernels. | |
| psVector * | u |
| psVector * | v |
| Offset (for POIS) or polynomial order (for ISIS). | |
| psVector * | sigma |
| Width of Gaussian (for ISIS). | |
| psVector * | xOrder |
| psVector * | yOrder |
| Spatial Polynomial order (for all). | |
| int | subIndex |
| Index of kernel to be subtracted to maintain flux conservation. | |
| psArray * | preCalc |
| Array of images containing pre-calculated kernel (to accelerate ISIS; don't use for POIS). | |
| psS32 | size |
| The halfsize of the kernel. | |
| psS32 | spatialOrder |
| The spatial order of the kernels. | |
|
|
Array of images containing pre-calculated kernel (to accelerate ISIS; don't use for POIS).
Definition at line 40 of file pmImageSubtract.h. |
|
|
Width of Gaussian (for ISIS).
Definition at line 37 of file pmImageSubtract.h. |
|
|
The halfsize of the kernel.
Definition at line 42 of file pmImageSubtract.h. |
|
|
The spatial order of the kernels.
Definition at line 43 of file pmImageSubtract.h. |
|
|
Index of kernel to be subtracted to maintain flux conservation.
Definition at line 39 of file pmImageSubtract.h. |
|
|
Type ofKernels --- allowing the use of multiple kernels.
Definition at line 35 of file pmImageSubtract.h. |
|
|
Definition at line 36 of file pmImageSubtract.h. |
|
|
Offset (for POIS) or polynomial order (for ISIS).
Definition at line 36 of file pmImageSubtract.h. |
|
|
Definition at line 38 of file pmImageSubtract.h. |
|
|
Spatial Polynomial order (for all).
Definition at line 38 of file pmImageSubtract.h. |
1.4.5