Changeset 7849 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Jul 7, 2006, 7:21:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r7802 r7849 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-07-0 4 00:19:11$7 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-07-08 05:21:12 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 #include "pmFPA.h" 19 19 #include "pmFPAMaskWeight.h" 20 #include "pmConceptsAverage.h" 20 21 21 22 #include "pmReadoutCombine.h" … … 396 397 psFree(mask); 397 398 psFree(weights); 398 399 399 psFree(stats); 400 401 // Update the "concepts" 402 psList *inputCells = psListAlloc(NULL); // List of cells 403 for (long i = 0; i < inputs->n; i++) { 404 pmReadout *readout = inputs->data[i]; // Readout of interest 405 psListAdd(inputCells, PS_LIST_TAIL, readout->parent); 406 } 407 pmConceptsAverageCells(output->parent, inputCells, 0, 0, NULL, NULL); 408 psFree(inputCells); 400 409 401 410 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
