IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2005, 12:46:02 PM (21 years ago)
Author:
eugene
Message:

adding mosaic astrometry support and smp-fits files

File:
1 edited

Legend:

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

    r3402 r3416  
    1717    fprintf (stderr, "ERROR:  photcode %s not found in photcode table\n", NAME); \
    1818    exit (0); }
     19
     20/* this structure is used for loading the data from the FITS smp file */
     21typedef struct {
     22  float X;
     23  float Y;
     24  float M;
     25  float dM;
     26  float Mgal;
     27  float Map;
     28  float sky;
     29  float fx;
     30  float fy;
     31  float df;
     32  char  dophot;
     33  char  dummy[3];
     34} StarData;
    1935
    2036typedef struct {
     
    198214GSCRegion *gregion_match (GSCRegion *regions, int *nregions);
    199215GSCRegion *gregion_patch (GSCRegion *patch, int *nregions);
     216int ConvertStars (StarData *data, int size, int nitems);
Note: See TracChangeset for help on using the changeset viewer.