IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2005, 10:27:15 AM (21 years ago)
Author:
eugene
Message:

addings FITS tables to smp format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro2/include/gastro2.h

    r2442 r3413  
    1111  int type;
    1212} StarData;
     13
     14typedef struct {
     15  float X;
     16  float Y;
     17  float M;
     18  float dM;
     19  float Mgal;
     20  float Map;
     21  float sky;
     22  float fx;
     23  float fy;
     24  float df;
     25  char  dophot;
     26  char  dummy[3];
     27} Stars;
    1328
    1429typedef struct {
Note: See TracChangeset for help on using the changeset viewer.