IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2008, 12:27:27 PM (18 years ago)
Author:
Paul Price
Message:

CONVOLVED_ALREADY now implemented in ppStackMatch --- fake out the convolution when NO_CONVOLUTION is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r16836 r16850  
    4242                             "PSPHOT.INPUT.CMF", 0 };
    4343
    44 //#define CONVOLVED_ALREADY               // Already have the convolution products --- testing
    45 
    4644
    4745// Activate/deactivate a list of files
     
    158156}
    159157
    160 #ifndef CONVOLVED_ALREADY
    161158// Write an image to a FITS file
    162159static bool writeImage(const char *name, // Name of image
     
    186183    return true;
    187184}
    188 #endif
    189185
    190186
     
    334330        psFree(view);
    335331
    336 #ifndef CONVOLVED_ALREADY
    337332        // Background subtraction, scaling and normalisation is performed automatically by the image matching
    338333        psArray *regions = NULL, *kernels = NULL; // Regions and kernels used in subtraction
     
    353348        writeImage(maskNames->data[i],   hdu->header, readout->mask, config);
    354349        writeImage(weightNames->data[i], hdu->header, readout->weight, config);
    355 #endif
    356350
    357351        cells->data[i] = psMemIncrRefCounter(readout->parent);
Note: See TracChangeset for help on using the changeset viewer.