IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 4:35:02 PM (19 years ago)
Author:
eugene
Message:

updating coordinate handling (access to intermediate frame L,M)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/relastro/include/relastro.h

    r12050 r12206  
    33# include <kapa.h>
    44# include <signal.h>
     5
     6// structure to hold coordinate fitting terms
     7typedef struct {
     8    int Npts;
     9    int Nterms;
     10    int Npower;
     11    int Norder;
     12    double **xsum;
     13    double **ysum;
     14
     15    double **vector;
     16    double **matrix;
     17} CoordFit;
    518
    619typedef struct {
     
    1225
    1326  double p, dp;
     27
     28  double chisq;
     29  int Nfit;
    1430} PMfit;
    1531
Note: See TracChangeset for help on using the changeset viewer.