IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2007, 11:10:03 AM (19 years ago)
Author:
Paul Price
Message:

Fixing up enums --- psProjectionClass was using PS_PROJ_WHATEVER, as was psProjectionType.

File:
1 edited

Legend:

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

    r12735 r12737  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-04-04 19:46:28 $
     10 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-04-04 21:10:03 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    119119 */
    120120typedef enum {
    121     PS_PROJ_NONE,                      ///< No projection
    122     PS_PROJ_LIN,                       ///< Linear projection
    123     PS_PROJ_PLY,                       ///< Linear polynomial projection
    124     PS_PROJ_WRP,                       ///< Linear polynomial projection
    125     PS_PROJ_TAN,                       ///< Tangent projection
    126     PS_PROJ_DIS,                       ///< Sine projection
    127     PS_PROJ_SIN,                       ///< Sine projection
    128     PS_PROJ_STG,                       ///< Sine projection
    129     PS_PROJ_ZEA,                       ///< Sine projection
    130     PS_PROJ_ZPL,                       ///< Sine projection
    131     PS_PROJ_AIT,                       ///< Aitoff projection
    132     PS_PROJ_PAR,                       ///< Par projection
    133     PS_PROJ_GLS,                ///< GLS projection
    134     PS_PROJ_CAR,                ///< CAR projection
    135     PS_PROJ_MER,                ///< MER projection
    136     PS_PROJ_NTYPE                      ///< Number of types; must be last.
     121    PS_PROJ_NONE,                       ///< No projection
     122    PS_PROJ_LIN,                        ///< Linear projection
     123    PS_PROJ_PLY,                        ///< Linear polynomial projection
     124    PS_PROJ_WRP,                        ///< Linear polynomial projection
     125    PS_PROJ_TAN,                        ///< Tangent projection
     126    PS_PROJ_DIS,                        ///< Sine projection
     127    PS_PROJ_SIN,                        ///< Sine projection
     128    PS_PROJ_STG,                        ///< Sine projection
     129    PS_PROJ_ZEA,                        ///< Sine projection
     130    PS_PROJ_ZPL,                        ///< Sine projection
     131    PS_PROJ_AIT,                        ///< Aitoff projection
     132    PS_PROJ_PAR,                        ///< Par projection
     133    PS_PROJ_GLS,                        ///< GLS projection
     134    PS_PROJ_CAR,                        ///< CAR projection
     135    PS_PROJ_MER,                        ///< MER projection
     136    PS_PROJ_NTYPE                       ///< Number of types; must be last.
    137137} psProjectionType;
    138138
Note: See TracChangeset for help on using the changeset viewer.