Changeset 19251
- Timestamp:
- Aug 27, 2008, 4:55:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r19245 r19251 85 85 pmReadout *output = pmReadoutAlloc(NULL); // Output readout, for holding results temporarily 86 86 87 static int numInput = -1; // Index of input file 88 numInput++; 87 89 #ifdef TESTING 88 90 // Read previously produced kernel 89 static int numInput = -1; // Index of input file90 numInput++;91 91 if (psMetadataLookupBool(NULL, config->arguments, "PPSTACK.DEBUG.STACK")) { 92 92 const char *outName = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root … … 160 160 161 161 // These values are specified specifically for stacking 162 const char *stampsName = psMetadataLookupStr(NULL, config->arguments, "STAMPS"); // Stamps filename162 const char *stampsName = psMetadataLookupStr(NULL, config->arguments, "STAMPS");// Stamps filename 163 163 164 164 psVector *optWidths = NULL; // Vector with FWHMs for optimum search … … 284 284 psFitsClose(fits); 285 285 } 286 } 286 #ifdef TESTING 287 } 288 #endif 287 289 288 290 // Extract the regions and solutions used in the image matching
Note:
See TracChangeset
for help on using the changeset viewer.
