IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 11:22:25 AM (16 years ago)
Author:
eugene
Message:

large update merging in changes for Ohana to support large files

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/delstar/include/delstar.h

    r21153 r27435  
    4040int        FindDecBand            PROTO((double dec, double *DEC0, double *DEC1));
    4141FILE      *GetDB                  PROTO((int *state));
    42 Image     *GetImages              PROTO((int *nimage));
    43 int        SetImages              PROTO((Image *new, int Nnew));
     42Image     *GetImages              PROTO((off_t *nimage));
     43int        SetImages              PROTO((Image *new, off_t Nnew));
    4444void       SetProtect             PROTO((int mode));
    4545int        SetSignals             PROTO((void));
    46 int        Shutdown               PROTO((char *format, ...));
     46int        Shutdown               PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2);
    4747void       TrapSignal             PROTO((int sig));
    4848int        args                   PROTO((int *argc, char **argv));
     
    5252void       delete_times           PROTO((FITS_DB *db));
    5353int        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, int end));
     54off_t     *find_images_data       PROTO((FITS_DB *db, Image *timage, off_t *nlist));
     55off_t     *find_images_name       PROTO((FITS_DB *db, char *filename, off_t *nlist));
     56off_t     *find_images_time       PROTO((FITS_DB *db, e_time start, e_time end, PhotCode *code, off_t *nlist));
     57void       find_matches           PROTO((Catalog *catalog, int photcode, e_time start, e_time end));
    5858int        gcatalog               PROTO((Catalog *catalog));
    5959Image     *gimages                PROTO((char *filename));
    60 Image     *gtimes                 PROTO((int *NIMAGE));
     60Image     *gtimes                 PROTO((off_t *NIMAGE));
    6161void       help                   PROTO((void));
    6262int        load_image_db          PROTO((FITS_DB *db));
    6363void       lock_image_db          PROTO((FITS_DB *db, char *filename));
    64 void       match_images           PROTO((Catalog *catalog, Image *image, int Nimage));
     64void       match_images           PROTO((Catalog *catalog, Image *image, off_t Nimage));
    6565double     opening_angle          PROTO((double x1, double y1, double x2, double y2, double x3, double y3));
    66 int        parse_time             PROTO((Header *header));
     66e_time     parse_time             PROTO((Header *header));
    6767int        save_image_db          PROTO((void));
    6868void       sort_lists             PROTO((float *X, float *Y, int *S, int N));
Note: See TracChangeset for help on using the changeset viewer.