IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2021, 8:20:12 AM (5 years ago)
Author:
eugene
Message:

ppStack builds with percentile combination

File:
1 edited

Legend:

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

    r41841 r41842  
    55    assert(config);
    66
    7     // Convolve inputs (this must be called even if the convolution is turned off)
     7    // Convolve inputs (this must be called even if the convolution is turned off because
     8    // it performs the normalization of the inputs). 
    89    psTrace("ppStack", 1, "Convolving inputs to target PSF....\n");
    910    if (!ppStackConvolve(options, config)) {
     
    1516    if (options->quality) return true; // Can't do anything else
    1617
    17     psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // ppStack recipe
    18 
    1918    // Define threading elements
    2019    ppStackThreadData *stack = ppStackThreadDataSetup(options, config, true);
     
    2423    }
    2524
    26     // Prepare for combination
     25    // Prepare for combination (define outputs, generate output cells)
    2726    if (!ppStackCombinePrepare("PPSTACK.OUTPUT", "PPSTACK.OUTPUT.EXP", options->doBackground ? "PPSTACK.OUTPUT.BKGMODEL" : NULL, PPSTACK_FILES_STACK, stack, options, config)) {
    2827        psError(psErrorCodeLast(), false, "Unable to prepare for combination.");
Note: See TracChangeset for help on using the changeset viewer.