Changeset 3521 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Mar 27, 2005, 4:47:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/addstar.h
r3466 r3521 18 18 exit (0); } 19 19 20 # if (0) 20 21 /* this structure is used for loading the data from the FITS smp file */ 21 22 typedef struct { … … 33 34 char dummy[3]; 34 35 } StarData; 36 # endif 35 37 36 38 typedef struct { … … 215 217 GSCRegion *gregion_match (GSCRegion *regions, int *nregions); 216 218 GSCRegion *gregion_patch (GSCRegion *patch, int *nregions); 217 int ConvertStars (StarData *data, int size, int nitems);218 219 int dump_rawstars (Stars *stars, int Nstars); 219 220 Stars *rfits (FILE *f, int *nstars);
Note:
See TracChangeset
for help on using the changeset viewer.
