Changeset 23989 for trunk/psModules/src/astrom/pmAstrometryDistortion.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r23487 r23989 151 151 152 152 // also measure the L and M median positions as a representative coordinate 153 psVectorStats (stats, L, NULL, NULL, 0); 153 if (!psVectorStats (stats, L, NULL, NULL, 0)) { 154 psError(PS_ERR_UNKNOWN, false, "failure to measure stats"); 155 goto skip; 156 } 154 157 grad->FP.x = stats->sampleMedian; 155 158 156 psVectorStats (stats, M, NULL, NULL, 0); 159 if (!psVectorStats (stats, M, NULL, NULL, 0)) { 160 psError(PS_ERR_UNKNOWN, false, "failure to measure stats"); 161 goto skip; 162 } 157 163 grad->FP.y = stats->sampleMedian; 158 164
Note:
See TracChangeset
for help on using the changeset viewer.
