IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 1:45:31 PM (19 years ago)
Author:
Paul Price
Message:

Distinguishing between mosaicking (different cells within the same chip) and stacking (same cells within different chips) for concept averaging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r12651 r12654  
    398398        psListAdd(inputCells, PS_LIST_TAIL, readout->parent);
    399399    }
    400     bool success = pmConceptsAverageCells(output->parent, inputCells, NULL, NULL);
     400    bool success = pmConceptsAverageCells(output->parent, inputCells, NULL, NULL, true);
    401401    psFree(inputCells);
    402402
Note: See TracChangeset for help on using the changeset viewer.