IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2021, 12:06:50 PM (5 years ago)
Author:
eugene
Message:

fix API change to pmStackCombineByPercentile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackReadout.c

    r41871 r41881  
    381381    bool mdok;                          // Status of MD lookup
    382382    psF64 minRange = psMetadataLookupF32(&mdok, recipe, "COMBINE.MIN.RANGE"); // Combination threshold
    383     psF64 maxRange = psMetadataLookupF32(&mdok, recipe, "COMBINE.MAX.RANGE"); // Combination threshold
    384383
    385384    char defaultBlankStr[16] = "BLANK";
     
    420419
    421420    // XXX rename minRange to rejectFraction
    422     if (!pmStackCombineByPercentile(outRO, stackData, minRange, maxRange, maskBad, maskSuspect, maskBlank)) {
     421    // XXX add expmaps
     422    if (!pmStackCombineByPercentile(outRO, NULL, stackData, minRange, maskBad, maskSuspect, maskBlank)) {
    423423        psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection.");
    424424        psFree(stackData);
Note: See TracChangeset for help on using the changeset viewer.