- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_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/tap_branches/Ohana/src/getstar/include/dvoImagesAtCoords.h
r25208 r27838 27 27 } Point; 28 28 29 char *astromFile; 30 char *coordsFile; 31 double cmd_line_ra; 32 double cmd_line_dec; 33 int fullNames; 29 34 int WITH_PHU; 30 35 int SOLO_PHU; 31 36 int ACCEPT_ASTROM; 32 char *astromFile;33 37 34 // These functions belong to dvoImage Overap38 // These functions belong to dvoImagesAtCoords 35 39 int args_coords PROTO((int argc, char **argv)); 36 40 int ConfigInit_coords PROTO((int *argc, char **argv)); 37 int Shutdown PROTO((char *format, ...) );41 int Shutdown PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2)); 38 42 void TrapSignal PROTO((int sig)); 39 43 void SetProtect PROTO((int mode)); 40 44 int SetSignals PROTO((void)); 41 45 42 Image *ReadImageFiles (char *filename, int *Nimages);46 Image *ReadImageFiles (char *filename, off_t *Nimages); 43 47 int ReadImageHeader (Header *header, Image *image); 44 int MatchCoords(Image *, int, Point *, int);48 off_t MatchCoords (Image *dbImages, off_t NdbImages, Point *points, int Npoints); 45 49 46 50 int GetFileMode (Header *header);
Note:
See TracChangeset
for help on using the changeset viewer.
