Changeset 11687 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- Feb 7, 2007, 1:58:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r11626 r11687 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-02-0 3 06:34:28$9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-02-07 23:58:17 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 58 58 // technically, we can have a plate scale here (fpa->toTPA:dx,dy != 1) 59 59 if (!psPlaneTransformIsDiagonal (fpa->toTPA)) 60 psAbort ("psastro","invalid TPA transformation");60 psAbort("invalid TPA transformation"); 61 61 62 62 pmAstromWCS *wcs = pmAstromWCSfromFPA(fpa, chip, tol); … … 396 396 397 397 if (fpa->toTPA == NULL) 398 psAbort ("wcs","projection defined, tangent-plane not defined");398 psAbort("projection defined, tangent-plane not defined"); 399 399 if (fpa->fromTPA == NULL) 400 psAbort ("wcs","projection defined, tangent-plane not defined");400 psAbort("projection defined, tangent-plane not defined"); 401 401 402 402 // convert from pixels on this chip to pixels on reference chip … … 524 524 // XXX not really: toTPA needs to have unity scale for distortion fitting function 525 525 if (!psPlaneTransformIsDiagonal (fpa->toTPA)) 526 psAbort ("psastro","invalid TPA transformation");526 psAbort("invalid TPA transformation"); 527 527 528 528 // XXX require chip->toFPA->x->nX == chip->toFPA->x->nY
Note:
See TracChangeset
for help on using the changeset viewer.
