Changeset 9740 for trunk/stac/src/stacCombine.c
- Timestamp:
- Oct 24, 2006, 2:27:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacCombine.c
r8783 r9740 107 107 psVector *deltas = psVectorAlloc(nImages, PS_TYPE_F32); // Will hold the errors in the statistics step 108 108 psVector *mask = psVectorAlloc(nImages, PS_TYPE_U8); // Will hold the mask in the statistics step 109 pixels->n = nImages;110 deltas->n = nImages;111 mask->n = nImages;112 109 113 110 // Set up rejection masks … … 116 113 // Allocate the rejection masks, if required 117 114 *rejected = psArrayAlloc(nImages); 118 (*rejected)->n = nImages;119 115 } else { 120 116 assert((*rejected)->n != nImages);
Note:
See TracChangeset
for help on using the changeset viewer.
