- Timestamp:
- Mar 17, 2010, 9:58:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/delstar/include/delstar.h
r21153 r27305 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)); … … 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.
