- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_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/simmosaic_branches/Ohana/src/delstar/include/delstar.h
r21153 r27839 40 40 int FindDecBand PROTO((double dec, double *DEC0, double *DEC1)); 41 41 FILE *GetDB PROTO((int *state)); 42 Image *GetImages PROTO(( int *nimage));43 int SetImages PROTO((Image *new, int Nnew));42 Image *GetImages PROTO((off_t *nimage)); 43 int SetImages PROTO((Image *new, off_t Nnew)); 44 44 void SetProtect PROTO((int mode)); 45 45 int SetSignals PROTO((void)); 46 int Shutdown PROTO((char *format, ...)) ;46 int Shutdown PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2); 47 47 void TrapSignal PROTO((int sig)); 48 48 int args PROTO((int *argc, char **argv)); … … 52 52 void delete_times PROTO((FITS_DB *db)); 53 53 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 54 int *find_images_data PROTO((FITS_DB *db, Image *timage, int *nlist));55 int *find_images_name PROTO((FITS_DB *db, char *filename, int *nlist));56 int *find_images_time PROTO((FITS_DB *db, time_t start, time_t end, PhotCode *code, int *nlist));57 void find_matches PROTO((Catalog *catalog, int photcode, int start, intend));54 off_t *find_images_data PROTO((FITS_DB *db, Image *timage, off_t *nlist)); 55 off_t *find_images_name PROTO((FITS_DB *db, char *filename, off_t *nlist)); 56 off_t *find_images_time PROTO((FITS_DB *db, e_time start, e_time end, PhotCode *code, off_t *nlist)); 57 void find_matches PROTO((Catalog *catalog, int photcode, e_time start, e_time end)); 58 58 int gcatalog PROTO((Catalog *catalog)); 59 59 Image *gimages PROTO((char *filename)); 60 Image *gtimes PROTO(( int *NIMAGE));60 Image *gtimes PROTO((off_t *NIMAGE)); 61 61 void help PROTO((void)); 62 62 int load_image_db PROTO((FITS_DB *db)); 63 63 void lock_image_db PROTO((FITS_DB *db, char *filename)); 64 void match_images PROTO((Catalog *catalog, Image *image, int Nimage));64 void match_images PROTO((Catalog *catalog, Image *image, off_t Nimage)); 65 65 double opening_angle PROTO((double x1, double y1, double x2, double y2, double x3, double y3)); 66 intparse_time PROTO((Header *header));66 e_time parse_time PROTO((Header *header)); 67 67 int save_image_db PROTO((void)); 68 68 void sort_lists PROTO((float *X, float *Y, int *S, int N));
Note:
See TracChangeset
for help on using the changeset viewer.
