Changeset 25208 for trunk/Ohana/src/getstar/include/dvoImagesAtCoords.h
- Timestamp:
- Aug 26, 2009, 11:29:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/include/dvoImagesAtCoords.h
r24914 r25208 18 18 Coords *MOSAIC; // carries the mosaic into ReadImageHeader 19 19 20 typedef struct { 21 int id; 22 double ra; 23 double dec; 24 int Nmatches; 25 int *matches; 26 int arrayLength; 27 } Point; 28 20 29 int WITH_PHU; 21 30 int SOLO_PHU; … … 33 42 Image *ReadImageFiles (char *filename, int *Nimages); 34 43 int ReadImageHeader (Header *header, Image *image); 35 int *MatchCoords(Image *, int, double, double, int *);44 int MatchCoords(Image *, int, Point *, int); 36 45 37 46 int GetFileMode (Header *header); 38 // int edge_check (double *x1, double *y1, double *x2, double *y2);39 // double opening_angle (double x1, double y1, double x2, double y2, double x3, double y3);
Note:
See TracChangeset
for help on using the changeset viewer.
