IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2007, 4:33:39 PM (19 years ago)
Author:
eugene
Message:

more pm work

File:
1 edited

Legend:

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

    r12049 r12050  
    44# include <signal.h>
    55
    6 /* # define GRID_V1 */
    7 # define GRID_V2
    8 
    9 # if (0)
    106typedef struct {
    11   double xmin, xmax, ymin, ymax;
    12   int style, ptype, ltype, etype, color;
    13   double lweight, size;
    14 } Graphdata;
    15 # endif
     7  double Ro, dRo;
     8  double Do, dDo;
     9 
     10  double uR, duR;
     11  double uD, duD;
     12
     13  double p, dp;
     14} PMfit;
    1615
    1716typedef struct {
Note: See TracChangeset for help on using the changeset viewer.