Changeset 33426
- Timestamp:
- Mar 6, 2012, 1:44:52 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r32170 r33426 7 7 8 8 // #define TESTING // Enable debugging output 9 10 #ifdef TESTING 9 // #define TESTING_REUSE_CONV // Enable debugging for re-using convolved outputs from previous run 10 11 #ifdef TESTING_REUSE_CONV 11 12 // Read a FITS image 12 13 static bool readImage(psImage **target, // Target for image … … 153 154 if (options->convolve) { 154 155 pmReadout *conv = pmReadoutAlloc(NULL); // Conv readout, for holding results temporarily 155 #ifdef TESTING 156 #ifdef TESTING_REUSE_CONV 156 157 // This is a hack to use the temporary convolved images and kernel generated previously. 157 158 // This makes the 'matching' operation much faster, allowing debugging of the stack process easier. … … 394 395 readout->variance = psMemIncrRefCounter(conv->variance); 395 396 readout->covariance = psImageCovarianceTruncate(conv->covariance, COVAR_FRAC); 396 #ifdef TESTING 397 #ifdef TESTING_REUSE_CONV 397 398 } 398 399 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
