Changeset 4143 for trunk/psLib/src/astronomy/psAstrometry.h
- Timestamp:
- Jun 7, 2005, 2:26:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.h
r3598 r4143 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 3-31 23:01:46$10 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-08 00:26:01 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 44 44 typedef struct 45 45 { 46 const double latitude; ///< geodetic latitude (radians) 47 const double sinLat; ///< sine of geodetic latitude 48 const double cosLat; ///< cosine of geodetic latitude 49 const double abberationMag; ///< magnitude of diurnal aberration vector 50 const double height; ///< height (HM) 51 const double temperature; ///< ambient temperature (TDK) 52 const double pressure; ///< pressure (PMB) 53 const double humidity; ///< relative humidity (RH) 54 const double wavelength; ///< wavelength (WL) 55 const double lapseRate; ///< lapse rate (TLR) 56 const double refractA; ///< refraction constant A (radians) 57 const double refractB; ///< refraction constant B (radians) 58 const double longitudeOffset; ///< longitude + ... (radians) 59 const double siderealTime; ///< local apparent sidereal time (radians) 46 const double latitude; ///< geodetic latitude (radians) 47 const double longitude; ///< longitude + ... (radians) 48 const double height; ///< height (HM) 49 const double abberationMag; ///< magnitude of diurnal aberration vector 50 const double temperature; ///< ambient temperature (TDK) 51 const double pressure; ///< pressure (PMB) 52 const double humidity; ///< relative humidity (RH) 53 const double wavelength; ///< wavelength (WL) 54 const double lapseRate; ///< lapse rate (TLR) 55 const double refractA, refractB; ///< refraction constants A and B (radians) 56 const double siderealTime; ///< local apparent sidereal time (radians) 60 57 } 61 58 psGrommit;
Note:
See TracChangeset
for help on using the changeset viewer.
