IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 31, 2008, 5:36:14 PM (18 years ago)
Author:
Paul Price
Message:

Making relative systematic error in kernel a configurable parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r20492 r20506  
    9393    int iter = psMetadataLookupS32(NULL, recipe, "ITER"); // Rejection iterations
    9494    float rej = psMetadataLookupF32(NULL, recipe, "REJ"); // Rejection threshold
     95    float sys = psMetadataLookupF32(NULL, recipe, "SYS"); // Relative systematic error in kernel
    9596    bool reverse = psMetadataLookupBool(NULL, config->arguments, "REVERSE"); // Reverse sense of subtraction?
    9697    psVector *widths = psMetadataLookupPtr(NULL, recipe, "ISIS.WIDTHS"); // ISIS Gaussian widths
     
    181182    if (!pmSubtractionMatch(inConv, refConv, inRO, refRO, footprint, regionSize, spacing, threshold, sources,
    182183                            stampsName, type, size, order, widths, orders, inner, ringsOrder, binning,
    183                             penalty, optimum, optWidths, optOrder, optThresh, iter, rej, maskVal,
     184                            penalty, optimum, optWidths, optOrder, optThresh, iter, rej, sys, maskVal,
    184185                            maskBad, maskPoor, poorFrac, badFrac, subMode)) {
    185186        psError(PS_ERR_UNKNOWN, false, "Unable to match images.");
Note: See TracChangeset for help on using the changeset viewer.