Changeset 16608
- Timestamp:
- Feb 22, 2008, 10:05:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.c
r16607 r16608 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-02-22 19:50:56$10 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-02-22 20:05:17 $ 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 13 13 * … … 43 43 psVector *weights; // Pixel weights 44 44 psVector *sort; // Buffer for sorting (to get a robust estimator of the standard dev) 45 #if 046 int x0, y0; // Offset from original image to combination region47 int nx, ny; // Number of pixels to combine48 #endif49 45 } combineBuffer; 50 46 … … 69 65 buffer->weights = psVectorAlloc(numImages, PS_TYPE_F32); 70 66 buffer->sort = psVectorAlloc(numImages, PS_TYPE_F32); 71 72 #if 073 buffer->x0 = 0;74 buffer->y0 = 0;75 buffer->nx = 0;76 buffer->ny = 0;77 #endif78 79 67 return buffer; 80 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
