Changeset 14709 for trunk/psModules/src/imcombine/pmSubtractionKernels.c
- Timestamp:
- Aug 30, 2007, 11:45:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.c
r14701 r14709 216 216 217 217 // Subtract a reference kernel from all the others to maintain flux scaling 218 //if (spatialOrder > 0) {218 if (spatialOrder > 0) { 219 219 int subIndex = 0; // Index of kernel to subtract from others 220 220 psKernel *subtract = kernels->preCalc->data[subIndex]; // Kernel to subtract from others … … 230 230 } 231 231 } 232 //}232 } 233 233 234 234 if (psTraceGetLevel("psModules.imcombine.kernel") >= 10) { … … 454 454 // Subtract unity from the kernels to maintain photometric flux scaling 455 455 int numGaussians = fwhms->n; // Number of Gaussians 456 //if (spatialOrder > 0) {456 if (spatialOrder > 0) { 457 457 for (int i = 0, index = 0; i < numGaussians; i++) { 458 458 for (int uOrder = 0; uOrder <= orders->data.S32[i]; uOrder++) { … … 465 465 } 466 466 } 467 //}467 } 468 468 469 469 int numISIS = kernels->num; // Number of ISIS kernels
Note:
See TracChangeset
for help on using the changeset viewer.
