- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/objects/pmResiduals.c
r15562 r21079 4 4 * 5 5 * @author EAM, IfA 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-11-10 01:09:20 $6 * @version $Revision: 1.3.52.1 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-01-02 05:13:00 $ 8 8 * Copyright 2004 IfA, University of Hawaii 9 9 */ … … 44 44 resid->weight = psImageAlloc (nX, nY, PS_TYPE_F32); 45 45 resid->mask = psImageAlloc (nX, nY, PS_TYPE_U8); 46 // NOTE : the residual mask is internal only : 1 byte is sufficient 47 // XXX abstract the resid->mask type?? 46 48 47 49 resid->xBin = xBin;
Note:
See TracChangeset
for help on using the changeset viewer.
