Changeset 27840 for branches/simtest_nebulous_branches/Ohana/src/getstar/include/dvoImagesAtCoords.h
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/getstar/include/dvoImagesAtCoords.h
r24914 r27840 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 29 char *astromFile; 30 char *coordsFile; 31 double cmd_line_ra; 32 double cmd_line_dec; 33 int fullNames; 20 34 int WITH_PHU; 21 35 int SOLO_PHU; 22 36 int ACCEPT_ASTROM; 23 char *astromFile;24 37 25 // These functions belong to dvoImage Overap38 // These functions belong to dvoImagesAtCoords 26 39 int args_coords PROTO((int argc, char **argv)); 27 40 int ConfigInit_coords PROTO((int *argc, char **argv)); 28 int Shutdown PROTO((char *format, ...) );41 int Shutdown PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2)); 29 42 void TrapSignal PROTO((int sig)); 30 43 void SetProtect PROTO((int mode)); 31 44 int SetSignals PROTO((void)); 32 45 33 Image *ReadImageFiles (char *filename, int *Nimages);46 Image *ReadImageFiles (char *filename, off_t *Nimages); 34 47 int ReadImageHeader (Header *header, Image *image); 35 int *MatchCoords(Image *, int, double, double, int *);48 off_t MatchCoords (Image *dbImages, off_t NdbImages, Point *points, int Npoints); 36 49 37 50 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.
