Changeset 2061 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Oct 12, 2004, 11:10:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r2058 r2061 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-10-12 2 0:53:02$10 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-12 21:10:41 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 312 312 // XXX: how is these value derived? 313 313 *(double *)&exp->lst = psTimeToLST((psTime*)time,observatory->longitude); 314 *(float *)&exp->positionAngle = 0.0f; 315 *(float *)&exp->parallacticAngle = 0.0f; 316 *(float *)&exp->airmass = 0.0f;314 *(float *)&exp->positionAngle = 0.0f; // XXX: need input, see Bug #207 315 *(float *)&exp->parallacticAngle = 0.0f; // XXX: need input, see Bug #207 316 *(float *)&exp->airmass = slaAirmas(zenithDistance); 317 317 *(float *)&exp->parallacticFactor = 0.0f; 318 318 exp->cameraName = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
