Changeset 8640
- Timestamp:
- Aug 27, 2006, 1:27:19 PM (20 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
r7974 r8640 81 81 int YMAX; // used to filter loaded star list 82 82 double Latitude; // carried into image structure from config 83 double Longitude; // carried into image structure from config 83 84 Coords *MOSAIC; // carries the mosaic into gstars 84 85 double FAKE_RA; // boresite coords for fake images … … 124 125 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 125 126 Image *fakeimage PROTO((char *rootname, int *Nimage, int photcode)); 126 voidfind_matches PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));127 voidfind_matches_closest PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options));128 voidfind_matches_refstars PROTO((SkyRegion *region, Stars **stars, int Nstars, Catalog *catalog, AddstarClientOptions options));127 int find_matches PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options)); 128 int find_matches_closest PROTO((SkyRegion *region, Stars *stars, int Nstars, Catalog *catalog, Image *image, Image *overlap, int Noverlap, Coords *mosaic, AddstarClientOptions options)); 129 int find_matches_refstars PROTO((SkyRegion *region, Stars **stars, int Nstars, Catalog *catalog, AddstarClientOptions options)); 129 130 Stars **find_subset PROTO((SkyRegion *region, Stars *stars, int Nstars, int *NSTARS)); 130 131 int gcatalog PROTO((Catalog *catalog));
Note:
See TracChangeset
for help on using the changeset viewer.
