Changeset 7153 for trunk/psModules/src/astrom/pmAstrometryDistortion.c
- Timestamp:
- May 19, 2006, 5:49:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r7152 r7153 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-19 15: 39:53$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-19 15:49:37 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 85 85 pmAstromMatch *match = matches->data[i]; 86 86 87 pmAstromObj *raw = rawstars->data[match-> i1];87 pmAstromObj *raw = rawstars->data[match->raw]; 88 88 89 89 if (raw->chip->x < Xmin) … … 96 96 continue; 97 97 98 pmAstromObj *ref = refstars->data[match-> i2];98 pmAstromObj *ref = refstars->data[match->ref]; 99 99 100 100 L->data.F32[Npts] = ref->FP->x;
Note:
See TracChangeset
for help on using the changeset viewer.
