Changeset 17429
- Timestamp:
- Apr 10, 2008, 11:37:42 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r17428 r17429 11 11 #define ARRAY_BUFFER 16 // Number to add to array at a time 12 12 #define MAG_IGNORE 99.0 // Ignore these magnitudes --- they're not real! 13 #define FAKE_SIZE 1 // Size of fake convolution kernel 13 14 14 15 //#define TESTING … … 133 134 PS_DATA_REGION | PS_META_DUPLICATE_OK, "Fake subtraction region", region); 134 135 psFree(region); 135 pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS( 0, 0, PM_SUBTRACTION_MODE_1);136 pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(FAKE_SIZE, 0, PM_SUBTRACTION_MODE_1); 136 137 // Set solution to delta function 137 138 kernels->solution1 = psVectorAlloc(kernels->num + 2, PS_TYPE_F64);
Note:
See TracChangeset
for help on using the changeset viewer.
