IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14301


Ignore:
Timestamp:
Jul 18, 2007, 1:04:28 PM (19 years ago)
Author:
Paul Price
Message:

Put testing block inside #ifdef.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r14297 r14301  
    99
    1010#include "ppSub.h"
     11
     12#define TESTING
    1113
    1214bool ppSubReadout(pmConfig *config, const pmFPAview *view)
     
    147149    outCell->parent->data_exists = true;
    148150
     151#ifdef TESTING
    149152    for (int y = 0; y < outRO->image->numRows; y++) {
    150153        for (int x = 0; x < outRO->image->numCols; x++) {
     
    154157        }
    155158    }
     159#endif
    156160
    157161    if (!pmFPACopyConcepts(outCell->parent->parent, inRO->parent->parent->parent)) {
     
    160164    }
    161165
    162 #if 0
     166#if 1
    163167    // Generate image with convolution kernels
    164168    int fullSize = 2 * size + 1 + 1;    // Full size of kernel
Note: See TracChangeset for help on using the changeset viewer.