IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2005, 8:55:22 PM (21 years ago)
Author:
eugene
Message:

converted to the libohana/dvo_image I/O routines; improvements in fits_db.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/include/delstar.h

    r4832 r4864  
    5050int        args                   PROTO((int *argc, char **argv));
    5151void       check_permissions      PROTO((char *basefile));
    52 void       delete_imagefile       PROTO((char *filename));
    53 void       delete_imagename       PROTO((char *name));
    54 void       delete_times           PROTO(());
    55 int        dimages                PROTO((int *imlist, int Nimlist));
     52void       delete_imagefile       PROTO((FITS_DB *db, char *filename));
     53void       delete_imagename       PROTO((FITS_DB *db, char *name));
     54void       delete_times           PROTO((FITS_DB *db));
    5655int        edge_check             PROTO((double *x1, double *y1, double *x2, double *y2));
    57 Image     *find_images            PROTO((FILE *f, CatStats *catstats, int *Nimages));
    58 int       *find_images_data       PROTO((Image *timage, int *nlist));
    59 int       *find_images_name       PROTO((char *filename, int *nlist));
    60 int       *find_images_time       PROTO((time_t start, time_t end, PhotCode *code, int *nlist));
     56int       *find_images_data       PROTO((FITS_DB *db, Image *timage, int *nlist));
     57int       *find_images_name       PROTO((FITS_DB *db, char *filename, int *nlist));
     58int       *find_images_time       PROTO((FITS_DB *db, time_t start, time_t end, PhotCode *code, int *nlist));
    6159void       find_matches           PROTO((Catalog *catalog, int photcode, int start, int end));
    6260int        gcatalog               PROTO((Catalog *catalog));
     
    6664Image     *gtimes                 PROTO((int *NIMAGE));
    6765void       help                   PROTO(());
    68 int        load_image_db          PROTO(());
    69 void       lock_image_db          PROTO(());
     66int        load_image_db          PROTO((FITS_DB *db));
     67void       lock_image_db          PROTO((FITS_DB *db, char *filename));
    7068void       match_images           PROTO((Catalog *catalog, Image *image, int Nimage));
    7169double     opening_angle          PROTO((double x1, double y1, double x2, double y2, double x3, double y3));
     
    7472void       sort_lists             PROTO((float *X, float *Y, int *S, int N));
    7573void       sort_regions           PROTO((GSCRegion *region, int N));
    76 void       unlock_image_db        PROTO(());
     74void       unlock_image_db        PROTO((FITS_DB *db));
    7775void       usage                  PROTO(());
    7876int        wcatalog               PROTO((Catalog *catalog));
     77
     78void set_db (FITS_DB *in);
Note: See TracChangeset for help on using the changeset viewer.