IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2004, 3:06:45 PM (22 years ago)
Author:
rhl
Message:

Made files compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psAstrom.h

    r221 r226  
    8888/** Array of cell descriptions */
    8989typedef struct {
    90     enum psType type;                   //!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     90    psType type;                        //!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
    9191    int size;                           //!< Total number of elements available
    9292    int n;                              //!< Number of elements in use
     
    116116    double rotation;                    //!< Rotation of OTA on the focal plane.  Specified from +x through +y
    117117    psCellDescriptionArray *restrict cells; //!< Cell descriptions
    118     psOTAAstrom *astrom;                //!< OTA astrometry
     118    struct psOTAAstrom *astrom;         //!< OTA astrometry
    119119    psExposure *exp;                    //!< Exposure data
    120120} psOTADescription;
     
    158158    psDoubleArray *restrict tp;         //!< Data needed to convert from the sky to the tangent plane and back;
    159159                                        //!< produced by and used by SLALib (a.k.a. "Wallace's Grommit")
    160     enum psColorrRef colorRef;          //!< Colour reference
     160    psColourRef colorRef;               //!< Colour reference
    161161    /* Characterisation of the solution */
    162162    float rmsX, rmsY;                   //!< Dispersion in astrometric solution
Note: See TracChangeset for help on using the changeset viewer.