IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2016, 2:27:35 PM (10 years ago)
Author:
eugene
Message:

add the ZPN projection used by HypersuprimeCam and UKIRT : this projection includes a radial profile which needs to be added to the structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/psLib/src/astro/psCoord.h

    r14452 r39684  
    130130    PS_PROJ_ZEA,                        ///< Sine projection
    131131    PS_PROJ_ZPL,                        ///< Sine projection
     132    PS_PROJ_ZPN,                        ///< Sine projection
    132133    PS_PROJ_AIT,                        ///< Aitoff projection
    133134    PS_PROJ_PAR,                        ///< Par projection
     
    150151    double Ys;                         ///< plate-scale in Y direction
    151152    psProjectionType type;             ///< Projection type
    152 }
    153 psProjection;
     153    psVector *radial;          ///< radial distortion terms
     154} psProjection;
    154155
    155156/** Allocates a psPlane
Note: See TracChangeset for help on using the changeset viewer.