IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5619


Ignore:
Timestamp:
Nov 28, 2005, 10:37:06 AM (21 years ago)
Author:
eugene
Message:

updating coord representation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/modules/src/pmAstrom.h

    r5272 r5619  
    55
    66psArray *pmAstromGridMatch (psArray *s1, psArray *s2, pmAstromGridMatchOpt *opt);
     7psArray *pmAstromRotateObj (psArray *old, psPlane center, double angle);
    78
    89typedef struct {
    9   double X, Y;
    10   double P, Q;
    11   double L, M;
    12   double R, D;
     10  psPlane pix;
     11  psPlane FP;
     12  psPlane TP;
     13  psSphere sky;
     14  double mag;
    1315} pmAstromObj;
    1416
Note: See TracChangeset for help on using the changeset viewer.