Changeset 15036 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Sep 26, 2007, 1:30:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/addstar.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/addstar.h
r13142 r15036 102 102 103 103 /* these globals are used separately by both client and server (KEEP) */ 104 double ZeroPt; // double check for consistency105 104 double CAL_INSTMAG_MAX; 106 105 double CAL_INSTMAG_MIN; … … 155 154 Stars *grefcat PROTO((char *Refcat, SkyRegion *catstats, int photcode, int *nstars)); 156 155 Stars *grefstars PROTO((char *file, int photcode, int *Nstars)); 157 Stars * gstarsPROTO((char *file, int *Nstars, Image **images, int *Nimages, int photcode));156 Stars *LoadStars PROTO((char *file, int *Nstars, Image **images, int *Nimages, int photcode)); 158 157 int in_image PROTO((double r, double d, Image *image)); 159 158 int load_pt_catalog PROTO((Catalog *catalog, SkyRegion *region)); /*** choose new name ***/ … … 199 198 Measure *sort_measure PROTO((Average *average, int Naverage, Measure *measure, int Nmeasure, int *next)); 200 199 Missing *sort_missing PROTO((Average *average, int Naverage, Missing *missing, int Nmissing, int *next_miss)); 201 Stars *ConvertSMPDATA PROTO((FTable *table, int *nstars));202 Stars *ConvertPS1_DEV_0 PROTO((FTable *table, int *nstars));203 200 int ImageOptions PROTO((AddstarClientOptions *options, Image *images, int Nimages)); 204 201 int GetFileMode PROTO((Header *header)); … … 229 226 int NewReflist_Thread PROTO((int BindSocket)); 230 227 228 Stars *Convert_SMPDATA PROTO((FTable *table, int *nstars)); 229 Stars *Convert_PS1_DEV_0 PROTO((FTable *table, int *nstars)); 230 Stars *Convert_PS1_DEV_1 PROTO((FTable *table, int *nstars)); 231 231 232 int args_skycells (int argc, char **argv); 232 233 int ConfigInit_skycells (int *argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.
