- Timestamp:
- Nov 15, 2012, 1:32:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppStack/src/ppStackThread.c
r34623 r34666 68 68 PS_ASSERT_ARRAYS_SIZE_EQUAL(cells, covariances, NULL); 69 69 } 70 70 71 71 ppStackThreadData *stack = psAlloc(sizeof(ppStackThreadData)); // Thread data, to return 72 72 psMemSetDeallocator(stack, (psFreeFunc)stackThreadDataFree); … … 97 97 psFree(resolved); \ 98 98 } 99 fprintf(stderr,"ppST:99 %s %s\n",pmConfigConvertFilename(imageNames->data[i], config, false, false), 100 (char*)imageNames->data[i]); 101 99 102 IMAGE_OPEN(imageNames, stack->imageFits, i); 100 IMAGE_OPEN(maskNames, stack->maskFits, i); 101 IMAGE_OPEN(varianceNames, stack->varianceFits, i); 103 if (maskNames) { 104 IMAGE_OPEN(maskNames, stack->maskFits, i); 105 } 106 if (varianceNames) { 107 IMAGE_OPEN(varianceNames, stack->varianceFits, i); 108 } 102 109 } 103 110
Note:
See TracChangeset
for help on using the changeset viewer.
