- Timestamp:
- Nov 20, 2009, 4:15:17 PM (17 years ago)
- Location:
- branches/eam_branches/20091113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackConvolve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113
- Property svn:mergeinfo changed
/trunk (added) merged: 26138-26162,26169-26194,26201-26218
- Property svn:mergeinfo changed
-
branches/eam_branches/20091113/ppStack/src/ppStackConvolve.c
r26104 r26237 213 213 pmFPAview view; // View for output 214 214 view.chip = view.cell = view.readout = 0; 215 215 216 pmCell *outCell = pmFPAfileThisCell(config->files, &view, "PPSTACK.OUTPUT"); // Output cell 216 217 pmFPA *outFPA = outCell->parent->parent; // Output FPA 218 219 pmCell *unconvCell = pmFPAfileThisCell(config->files, &view, "PPSTACK.UNCONV"); // Unconvolved cell 220 pmFPA *unconvFPA = unconvCell->parent->parent; // Unconvolved FPA 221 217 222 pmConceptsAverageFPAs(outFPA, fpaList); 218 223 pmConceptsAverageCells(outCell, cellList, NULL, NULL, true); 224 225 pmConceptsAverageFPAs(unconvFPA, fpaList); 226 pmConceptsAverageCells(unconvCell, cellList, NULL, NULL, true); 227 219 228 psFree(fpaList); 220 229 psFree(cellList); … … 223 232 UPDATE_CONCEPT(outCell, "CELL.EXPOSURE", options->sumExposure); 224 233 UPDATE_CONCEPT(outCell, "CELL.DARKTIME", NAN); 234 235 UPDATE_CONCEPT(unconvFPA, "FPA.EXPOSURE", options->sumExposure); 236 UPDATE_CONCEPT(unconvCell, "CELL.EXPOSURE", options->sumExposure); 237 UPDATE_CONCEPT(unconvCell, "CELL.DARKTIME", NAN); 225 238 } 226 239
Note:
See TracChangeset
for help on using the changeset viewer.
