- Timestamp:
- Jan 28, 2009, 2:48:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psModules/src/objects/pmResiduals.h
r21183 r21212 4 4 * 5 5 * @author EAM, IfA 6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $7 * @date $Date: 2009-01-2 7 06:39:38$6 * @version $Revision: 1.4.2.1 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-01-29 00:48:33 $ 8 8 * Copyright 2004 IfA, University of Hawaii 9 9 */ … … 14 14 /// @{ 15 15 16 /** residual tables for sources 16 /** residual tables for sources 17 17 */ 18 18 typedef struct { … … 20 20 psImage *Rx; 21 21 psImage *Ry; 22 psImage * weight;22 psImage *variance; 23 23 psImage *mask; 24 24 int xBin; … … 31 31 bool psMemCheckResiduals(psPtr ptr); 32 32 33 // macros to abstract the resid mask type : these values must be consistent 33 // macros to abstract the resid mask type : these values must be consistent 34 34 #define PM_TYPE_RESID_MASK PS_TYPE_U8 /**< the psElemType to use for mask image */ 35 35 #define PM_TYPE_RESID_MASK_DATA U8 /**< the data member to use for mask image */
Note:
See TracChangeset
for help on using the changeset viewer.
