Changeset 3416 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Mar 14, 2005, 12:46:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/addstar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/addstar.h
r3402 r3416 17 17 fprintf (stderr, "ERROR: photcode %s not found in photcode table\n", NAME); \ 18 18 exit (0); } 19 20 /* this structure is used for loading the data from the FITS smp file */ 21 typedef 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; 19 35 20 36 typedef struct { … … 198 214 GSCRegion *gregion_match (GSCRegion *regions, int *nregions); 199 215 GSCRegion *gregion_patch (GSCRegion *patch, int *nregions); 216 int ConvertStars (StarData *data, int size, int nitems);
Note:
See TracChangeset
for help on using the changeset viewer.
