Changeset 21183 for trunk/psModules/src/astrom/pmAstrometryDistortion.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r19305 r21183 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $10 * @date $Date: 200 8-09-02 19:05:09$9 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-01-27 06:39:38 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 121 121 // this analysis has too few data points to use the robust median method 122 122 stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV); 123 mask = psVectorAlloc (Npts, PS_TYPE_ MASK);123 mask = psVectorAlloc (Npts, PS_TYPE_VECTOR_MASK); 124 124 psVectorInit (mask, 0); 125 125 … … 206 206 // this analysis has too few data points to use the robust median method 207 207 psStats *stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV); 208 psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_ MASK);208 psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_VECTOR_MASK); 209 209 psVectorInit (mask, 0); 210 210
Note:
See TracChangeset
for help on using the changeset viewer.
