Changeset 5588 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Nov 23, 2005, 1:54:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r5578 r5588 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.9 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-11-23 00:59:58$12 * @version $Revision: 1.93 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-11-23 23:54:43 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 458 458 459 459 // Remove plate scales 460 psF64 x = coord->x * projection->Xs; 461 psF64 y = coord->y * projection->Ys; 460 // XXX: Verify this. EAM suggested we do a multiply, however that does 461 // not make sense if we also do the multiply in psProject(). 462 psF64 x = coord->x/projection->Xs; 463 psF64 y = coord->y/projection->Ys; 462 464 463 465 // Perform inverse projection
Note:
See TracChangeset
for help on using the changeset viewer.
