Changeset 14301 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Jul 18, 2007, 1:04:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r14297 r14301 9 9 10 10 #include "ppSub.h" 11 12 #define TESTING 11 13 12 14 bool ppSubReadout(pmConfig *config, const pmFPAview *view) … … 147 149 outCell->parent->data_exists = true; 148 150 151 #ifdef TESTING 149 152 for (int y = 0; y < outRO->image->numRows; y++) { 150 153 for (int x = 0; x < outRO->image->numCols; x++) { … … 154 157 } 155 158 } 159 #endif 156 160 157 161 if (!pmFPACopyConcepts(outCell->parent->parent, inRO->parent->parent->parent)) { … … 160 164 } 161 165 162 #if 0166 #if 1 163 167 // Generate image with convolution kernels 164 168 int fullSize = 2 * size + 1 + 1; // Full size of kernel
Note:
See TracChangeset
for help on using the changeset viewer.
