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/photdbc/include/photdbc.h

    r4828 r4864  
    6464# define FLAG_DUPMEAS         0x0040
    6565
    66 Image        *find_images (GSCRegion *region, int Nregion, int *Nimages, int **LineNum);
     66Image        *find_images (FITS_DB *db, GSCRegion *region, int Nregion, int *Nimage, int **LineNum);
    6767GSCRegion    *find_regions (Image *image, int Nimage, int *Nregions, GSCRegion *fullregion);
    68 Image        *get_images (int *N);
    6968GSCRegion    *get_regions (double minRa, double maxRa, double minDec, double maxDec, int *Nregions);
    7069Catalog      *load_catalogs (GSCRegion *region, int Nregion);
    71 GSCRegion    *load_images (char *seed, int *nregion);
     70GSCRegion    *load_images (FITS_DB *db, char *seed, int *nregion);
    7271GSCRegion    *name_region (char *name, int *Nregions);
    7372void          ConfigInit (int *argc, char **argv);
     
    7574int           corner_check (double *x1, double *y1, double *x2, double *y2);
    7675int           edge_check (double *x1, double *y1, double *x2, double *y2);
    77 void          flag_measures (Catalog *catalog);
     76void          flag_measures (FITS_DB *db, Catalog *catalog);
    7877int           gcatalog (Catalog *catalog);
    7978void          get_mags (Catalog *catalog);
     
    9392void          unique_measures (Catalog *catalog);
    9493void          wcatalog (Catalog *catalog);
    95 Catalog *subcatalog (Catalog *catalog);
    96 void check_directory (char *basefile);
     94Catalog      *subcatalog (Catalog *catalog);
     95void          check_directory (char *basefile);
     96
     97int Shutdown (char *format, ...);
     98void set_db (FITS_DB *in);
     99void lock_image_db (FITS_DB *db, char *filename);
     100void unlock_image_db (FITS_DB *db);
     101void check_permissions (char *basefile);
     102void TrapSignal (int sig);
     103void SetProtect (int mode);
     104int SetSignals ();
Note: See TracChangeset for help on using the changeset viewer.