Changeset 6763 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Apr 4, 2006, 8:58:12 AM (20 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
r6683 r6763 33 33 typedef struct sockaddr_in SockAddress; 34 34 35 enum {M_IMAGE, M_REFLIST, M_REFCAT };35 enum {M_IMAGE, M_REFLIST, M_REFCAT, M_FAKEIMAGE}; 36 36 37 37 /* global which define database info / data sources (KEEP) */ … … 53 53 char SKY_TABLE[256]; 54 54 int SKY_DEPTH; /** XXX EAM : depth of catalog tables, fix usage */ 55 char CameraLayout[256]; 55 56 SkyTable *ServerSky; 56 57 … … 81 82 double Latitude; // carried into image structure from config 82 83 Coords *MOSAIC; // carries the mosaic into gstars 84 double FAKE_RA; // boresite coords for fake images 85 double FAKE_DEC; // boresite coords for fake images 86 double FAKE_THETA; // boresite angle for fake images 83 87 84 88 /* these globals are used separately by both client and server (KEEP) */ … … 118 122 int dump_rawstars PROTO((Stars *stars, int Nstars)); 119 123 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 124 Image *fakeimage PROTO((char *rootname, int *Nimage, int photcode)); 120 125 void find_matches PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options)); 121 126 void find_matches_closest PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));
Note:
See TracChangeset
for help on using the changeset viewer.
