- Timestamp:
- Jan 29, 2010, 6:18:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
r26708 r26740 531 531 while ((item = psMetadataGetAndIncrement(iter))) { 532 532 assert(item->type == PS_DATA_UNKNOWN); 533 // Set the normalisation dimensions, since these will be otherwise unavailable when reading534 // the images by scans.535 533 pmSubtractionKernels *kernel = item->data.V; // Kernel used in subtraction 536 kernel->numCols = readout->image->numCols;537 kernel->numRows = readout->image->numRows;538 539 534 kernels = psArrayAdd(kernels, ARRAY_BUFFER, kernel); 540 535 }
Note:
See TracChangeset
for help on using the changeset viewer.
