IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2008, 4:51:04 PM (18 years ago)
Author:
Paul Price
Message:

Removing old code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r19766 r19768  
    590590    )
    591591{
    592 #if 0
    593     if (index == kernels->num) {
    594         // Normalisation component
    595         return convolveOffset(image, 0, 0, footprint);
    596     }
    597 #endif
    598 
    599592    switch (kernels->type) {
    600593      case PM_SUBTRACTION_KERNEL_POIS: {
     
    686679          }
    687680          return convolved;
    688 #if 0
    689           // Photometric scaling is already built in to the precalculated kernel
    690           return p_pmSubtractionConvolveStampPrecalc(image, kernels->preCalc->data[index]);
    691 #endif
    692681      }
    693682      case PM_SUBTRACTION_KERNEL_RINGS: {
Note: See TracChangeset for help on using the changeset viewer.