IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2008, 11:37:42 AM (18 years ago)
Author:
Paul Price
Message:

Use a fake size different from 0

File:
1 edited

Legend:

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

    r17428 r17429  
    1111#define ARRAY_BUFFER 16                 // Number to add to array at a time
    1212#define MAG_IGNORE 99.0                 // Ignore these magnitudes --- they're not real!
     13#define FAKE_SIZE 1                     // Size of fake convolution kernel
    1314
    1415//#define TESTING
     
    133134                         PS_DATA_REGION | PS_META_DUPLICATE_OK, "Fake subtraction region", region);
    134135        psFree(region);
    135         pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(0, 0, PM_SUBTRACTION_MODE_1);
     136        pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(FAKE_SIZE, 0, PM_SUBTRACTION_MODE_1);
    136137        // Set solution to delta function
    137138        kernels->solution1 = psVectorAlloc(kernels->num + 2, PS_TYPE_F64);
Note: See TracChangeset for help on using the changeset viewer.