- Timestamp:
- Jul 20, 2014, 9:40:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/Ohana/src/addstar/include/addstar.h
r37036 r37089 237 237 Stars *rd_gsc PROTO((char *filename, unsigned int *nstars)); 238 238 int replace_match PROTO((Average *average, Measure *measure, Stars *star)); 239 int resort_threaded PROTO((AddstarClientOptions *options, SkyTable *sky)); 240 int resort_unthreaded PROTO((AddstarClientOptions *options, SkyTable *sky, int hostID, char *hostpath)); 241 int resort_unthreaded_catalogs PROTO((AddstarClientOptions *options, SkyList *skylist, int hostID, char *hostpath)); 239 int resort_catalogs PROTO((AddstarClientOptions *options, SkyTable *sky)); 240 int resort_catalogs_parallel PROTO((AddstarClientOptions *options, SkyList *sky)); 241 int resort_threaded PROTO((SkyList *skylist, int ForceSort)); 242 int resort_unthreaded PROTO((SkyList *skylist, int ForceSort)); 242 243 void resort_catalog PROTO((Catalog *catalog)); 243 244 void resort_catalog_old PROTO((Catalog *catalog)); 245 244 246 Stars *ReadStarsFITS PROTO((FILE *f, Header *header, Header *in_theader, unsigned int *nstars)); 245 247 Stars *ReadStarsTEXT PROTO((FILE *f, unsigned int *nstars)); … … 316 318 void *memrchr(const void *s, int c, size_t n); 317 319 int addstar_create_ID (); 320 int strextend (char *input, char *format,...); 318 321 319 322 /**
Note:
See TracChangeset
for help on using the changeset viewer.
