IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 11:10:41 AM (22 years ago)
Author:
desonia
Message:

added slaAirmas function for use in psExposureAlloc.

File:
1 edited

Legend:

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

    r2058 r2061  
    88 *  @author George Gusciora, MHPCC
    99 *
    10  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-10-12 20:53:02 $
     10 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-10-12 21:10:41 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    312312    // XXX: how is these value derived?
    313313    *(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);
    317317    *(float *)&exp->parallacticFactor = 0.0f;
    318318    exp->cameraName = NULL;
Note: See TracChangeset for help on using the changeset viewer.