IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2005, 1:16:22 PM (21 years ago)
Author:
eugene
Message:

development work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/pmAstrom.h

    r5360 r5510  
    77
    88typedef struct {
    9     double X, Y;
    10     double P, Q;
    11     double L, M;
    12     double R, D;
     9    psPlane pix;
     10    psPlane cell;
     11    psPlane chip;
     12    psPlane FP;
     13    psPlane TP;
     14    psSphere sky;
    1315    double Mag, dMag;
    1416} pmAstromObj;
     
    2628
    2729typedef struct {
     30    psPlane center;
     31    psPlane offset;
    2832    double angle;
    29     double dP;
    30     double dQ;
    3133    double minMetric;
    3234    double minVar;
Note: See TracChangeset for help on using the changeset viewer.