IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2005, 7:43:49 AM (21 years ago)
Author:
eugene
Message:

minor cleanups, web edits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvo1.h

    r4805 r5144  
    2222  double RA0, RA1, DEC0, DEC1;
    2323} RegionFile;
     24
     25typedef struct {
     26  double X;
     27  double Y;
     28  double R;
     29  double D;
     30  double M, dM;
     31  char   dophot;
     32  double sky;
     33  double fx, fy, df;
     34  double Mgal, Map;
     35  int found;
     36  short int code;
     37  e_time t;
     38} CMPstars;
    2439
    2540/*** dvo prototypes ***/
     
    7388void          sort_images           PROTO((Image *image, int N));
    7489void          sortave               PROTO((Average *ave, int N));
     90CMPstars *cmpReadFits (FILE *f, int *nstars);
     91CMPstars *cmpReadText (FILE *f, int *nstars);
    7592
    7693# endif
Note: See TracChangeset for help on using the changeset viewer.