IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18290


Ignore:
Timestamp:
Jun 23, 2008, 12:45:31 PM (18 years ago)
Author:
Paul Price
Message:

Updating API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080617/ppStack/src/ppStackMatch.c

    r18100 r18290  
    6161        int ringsOrder = psMetadataLookupS32(NULL, recipe, "RINGS.ORDER"); // RINGS polynomial order
    6262        int binning = psMetadataLookupS32(NULL, recipe, "SPAM.BINNING"); // Binning for SPAM kernel
     63        float penalty = psMetadataLookupF32(NULL, config->arguments, "PENALTY"); // Penalty for wideness
    6364        psMaskType maskBlank = pmConfigMask(psMetadataLookupStr(NULL, recipe, "MASK.BLANK"),
    6465                                            config); // Mask for blank reg.
     
    115116        if (!pmSubtractionMatch(output, NULL, readout, fake, footprint, regionSize, spacing, threshold,
    116117                                sources, stampsName, type, size, order, widths, orders, inner, ringsOrder,
    117                                 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad,
    118                                 maskBlank, badFrac, PM_SUBTRACTION_MODE_1)) {
     118                                binning, penalty, optimum, optWidths, optOrder, optThresh, iter, rej,
     119                                maskBad, maskBlank, badFrac, PM_SUBTRACTION_MODE_1)) {
    119120            psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
    120121            psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.