IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2005, 10:23:57 AM (21 years ago)
Author:
drobbin
Message:

Fixed psSphereRotAlloc and test. Correctly verified calculations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psSphereOps.h

    r4937 r5306  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-08-31 22:28:35 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-10-13 20:23:57 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7373);
    7474
     75psSphereRot* psSphereRotAlloc2(
     76    double alphaP,                      ///< north pole latitude
     77    double deltaP,                      ///< north pole longitude
     78    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     79);
     80
     81psSphereRot* psSphereRotAlloc3(
     82    double alphaP,                      ///< north pole latitude
     83    double deltaP,                      ///< north pole longitude
     84    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     85);
     86
     87psSphereRot* psSphereRotAlloc4(
     88    double alphaP,                      ///< north pole latitude
     89    double deltaP,                      ///< north pole longitude
     90    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     91);
     92
     93psSphereRot* psSphereRotAlloc5(
     94    double alphaP,                      ///< north pole latitude
     95    double deltaP,                      ///< north pole longitude
     96    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     97);
     98
     99psSphereRot* psSphereRotAlloc6(
     100    double alphaP,                      ///< north pole latitude
     101    double deltaP,                      ///< north pole longitude
     102    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     103);
     104
     105psSphereRot* psSphereRotAlloc7(
     106    double alphaP,                      ///< north pole latitude
     107    double deltaP,                      ///< north pole longitude
     108    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     109);
     110
     111psSphereRot* psSphereRotAlloc8(
     112    double alphaP,                      ///< north pole latitude
     113    double deltaP,                      ///< north pole longitude
     114    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
     115);
     116
    75117
    76118/** Checks the type of a particular pointer.
Note: See TracChangeset for help on using the changeset viewer.