Changeset 15961 for trunk/psModules
- Timestamp:
- Dec 30, 2007, 5:03:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryTable.c
r15897 r15961 10 10 * 11 11 * @author EAM, IfA 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-12- 22 17:53:15$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-12-31 03:03:21 $ 14 14 * 15 15 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 705 705 // allocate a new toSky projection using the reported position 706 706 psFree (file->fpa->toSky); 707 file->fpa->toSky = psProjectionAlloc (RA, DEC, Xs, Ys, PS_PROJ_ WRP);707 file->fpa->toSky = psProjectionAlloc (RA, DEC, Xs, Ys, PS_PROJ_DIS); 708 708 709 709 // get boresite correction terms. RX,RY,To,Po define an ellipse along which the boresite travels
Note:
See TracChangeset
for help on using the changeset viewer.
