Changeset 18508 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Jul 14, 2008, 11:28:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r18507 r18508 15 15 16 16 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 17 #define PIXELS_BUFFER 1024 // Initial size of pixel lists 17 18 18 19 // Here follows lists of files for activation/deactivation at various stages. Each must be NULL-terminated. … … 576 577 continue; 577 578 } 578 psPixels *inspect = NULL;// Inspection list for this readout579 psPixels *inspect = psPixelsAllocEmpty(PIXELS_BUFFER); // Inspection list for this readout 579 580 psMetadataIterator *iter = psMetadataIteratorAlloc(ro->analysis, PS_LIST_HEAD, 580 581 "^" PPSTACK_INSPECT_PIXELS "$"); // Iterator … … 592 593 pmReadoutFreeData(ro); 593 594 594 psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d", 595 inspect ? inspect->n : 0, i); 595 psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d", inspect->n, i); 596 596 597 597 psPixels *reject = pmStackReject(inspect, NULL, threshold, subRegions->data[i],
Note:
See TracChangeset
for help on using the changeset viewer.
