Changeset 18291
- Timestamp:
- Jun 23, 2008, 12:46:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080617/ppStack/src/ppStackMatch.c
r18290 r18291 37 37 int renormWidth = psMetadataLookupS32(&mdok, config->arguments, 38 38 "RENORM.WIDTH"); // Width for renormalisation box 39 float penalty = psMetadataLookupF32(NULL, config->arguments, "PENALTY"); // Penalty for wideness 39 40 40 41 if (!pmReadoutMaskNonfinite(readout, maskBad)) { … … 61 62 int ringsOrder = psMetadataLookupS32(NULL, recipe, "RINGS.ORDER"); // RINGS polynomial order 62 63 int binning = psMetadataLookupS32(NULL, recipe, "SPAM.BINNING"); // Binning for SPAM kernel 63 float penalty = psMetadataLookupF32(NULL, config->arguments, "PENALTY"); // Penalty for wideness64 64 psMaskType maskBlank = pmConfigMask(psMetadataLookupStr(NULL, recipe, "MASK.BLANK"), 65 65 config); // Mask for blank reg. … … 140 140 PS_DATA_REGION | PS_META_DUPLICATE_OK, "Fake subtraction region", region); 141 141 psFree(region); 142 pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(FAKE_SIZE, 0, PM_SUBTRACTION_MODE_1); 142 pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(FAKE_SIZE, 0, penalty, 143 PM_SUBTRACTION_MODE_1); 143 144 // Set solution to delta function 144 145 kernels->solution1 = psVectorAlloc(kernels->num + 2, PS_TYPE_F64);
Note:
See TracChangeset
for help on using the changeset viewer.
