IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2021, 1:31:19 PM (5 years ago)
Author:
eugene
Message:

basic combine-by-percent is working (needs variance and mask fixes)

File:
1 edited

Legend:

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

    r41842 r41848  
    4141
    4242    // Done with stack inputs for now
    43     // XXX is this where we are leaking??
    4443    for (int i = 0; i < options->num; i++) {
    4544        pmCellFreeData(options->cells->data[i]);
    4645    }
    47     // MEH -- must uncomment back out -- unclear is should be moved after pixel rejection
    48     psFree(stack);
    4946
    5047    psLogMsg("ppStack", PS_LOG_INFO, "Stage 5: Final Stack: %f sec", psTimerClear("PPSTACK_STEPS"));
     
    9693        return false;
    9794    }
    98     // MEH -- also must uncomment back out..
    9995    psFree(stack);
    10096    psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS"));
Note: See TracChangeset for help on using the changeset viewer.