IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2004, 3:34:09 PM (22 years ago)
Author:
desonia
Message:

adjusted the psTime functions to conform to SDRS and made psGrommitAlloc
set all the inputs to slaAoppa function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.h

    r2001 r2048  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-10-07 19:16:46 $
     10*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-10-12 01:34:09 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    192192{
    193193    const char* name;                  ///< Name of observatory
    194     const double latitude;             ///< Latitude of observatory, east positive
    195     const double longitude;            ///< Longitude of observatory
    196     const double height;               ///< Height of observatory
     194    const double latitude;             ///< Latitude of observatory, east positive (degrees?)
     195    const double longitude;            ///< Longitude of observatory (degrees?)
     196    const double height;               ///< Height of observatory in meters
    197197    const double tlr;                  ///< Tropospheric Lapse Rate
    198198}
     
    214214    const double azimuth;              ///< Azimuth
    215215    const psTime* time;                ///< Time of observation
    216     const float rotAngle;              ///< Rotator position angle
    217     const float temperature;           ///< Air temperature, for estimating refraction
    218     const float pressure;              ///< Air pressure, for calculating refraction
     216    const float rotAngle;              ///< Rotator position angle in degrees? XXX: see bug#209
     217    const float temperature;           ///< Air temperature in Kelvin
     218    const float pressure;              ///< Air pressure in mB
    219219    const float humidity;              ///< Relative humidity, for refraction
    220220    const float exposureTime;          ///< Exposure time
    221     const float wavelength;            ///< Wavelength
     221    const float wavelength;            ///< Wavelength in microns
    222222    const psObservatory* observatory;  ///< Observatory data
    223223
Note: See TracChangeset for help on using the changeset viewer.