Changeset 2083
- Timestamp:
- Oct 13, 2004, 11:08:11 AM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 4 edited
-
src/astro/psCoord.c (modified) (2 diffs)
-
src/astronomy/psCoord.c (modified) (2 diffs)
-
test/astronomy/tst_psAstrometry01.c (modified) (3 diffs)
-
test/astronomy/tst_psAstrometry02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r2077 r2083 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-13 19:40:42$12 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-13 21:06:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 332 332 psProjection proj; 333 333 psSphere* tmp; 334 double tmpR = 0.0;335 double tmpD = 0.0;336 334 337 335 if (mode == PS_LINEAR) { -
trunk/psLib/src/astronomy/psCoord.c
r2077 r2083 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-13 19:40:42$12 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-13 21:06:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 332 332 psProjection proj; 333 333 psSphere* tmp; 334 double tmpR = 0.0;335 double tmpD = 0.0;336 334 337 335 if (mode == PS_LINEAR) { -
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r2064 r2083 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-1 2 23:06:08$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-13 21:08:11 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 52 52 int i; 53 53 int j; 54 int k;55 psImage *tmpImage;56 54 psTime* now = psTimeGetTime(PS_TIME_UTC); 57 55 psObservatory* obs = psObservatoryAlloc(NAME, LATITUDE, LONGITUDE, HEIGHT, LAPSERATE); … … 63 61 psChip **chips; 64 62 psCell **cells; 65 psReadout **readouts;66 63 67 64 myFPA->fromTangentPlane = NULL; -
trunk/psLib/test/astronomy/tst_psAstrometry02.c
r2065 r2083 34 34 int i; 35 35 int j; 36 psImage *tmpImage;37 36 psTime* now = psTimeGetTime(PS_TIME_UTC); 38 37 psObservatory* obs = psObservatoryAlloc(NAME, LATITUDE, LONGITUDE, HEIGHT, LAPSERATE);
Note:
See TracChangeset
for help on using the changeset viewer.
