Changeset 4864 for trunk/Ohana/src/photdbc/include/photdbc.h
- Timestamp:
- Aug 23, 2005, 8:55:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/include/photdbc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/include/photdbc.h
r4828 r4864 64 64 # define FLAG_DUPMEAS 0x0040 65 65 66 Image *find_images ( GSCRegion *region, int Nregion, int *Nimages, int **LineNum);66 Image *find_images (FITS_DB *db, GSCRegion *region, int Nregion, int *Nimage, int **LineNum); 67 67 GSCRegion *find_regions (Image *image, int Nimage, int *Nregions, GSCRegion *fullregion); 68 Image *get_images (int *N);69 68 GSCRegion *get_regions (double minRa, double maxRa, double minDec, double maxDec, int *Nregions); 70 69 Catalog *load_catalogs (GSCRegion *region, int Nregion); 71 GSCRegion *load_images ( char *seed, int *nregion);70 GSCRegion *load_images (FITS_DB *db, char *seed, int *nregion); 72 71 GSCRegion *name_region (char *name, int *Nregions); 73 72 void ConfigInit (int *argc, char **argv); … … 75 74 int corner_check (double *x1, double *y1, double *x2, double *y2); 76 75 int edge_check (double *x1, double *y1, double *x2, double *y2); 77 void flag_measures ( Catalog *catalog);76 void flag_measures (FITS_DB *db, Catalog *catalog); 78 77 int gcatalog (Catalog *catalog); 79 78 void get_mags (Catalog *catalog); … … 93 92 void unique_measures (Catalog *catalog); 94 93 void wcatalog (Catalog *catalog); 95 Catalog *subcatalog (Catalog *catalog); 96 void check_directory (char *basefile); 94 Catalog *subcatalog (Catalog *catalog); 95 void check_directory (char *basefile); 96 97 int Shutdown (char *format, ...); 98 void set_db (FITS_DB *in); 99 void lock_image_db (FITS_DB *db, char *filename); 100 void unlock_image_db (FITS_DB *db); 101 void check_permissions (char *basefile); 102 void TrapSignal (int sig); 103 void SetProtect (int mode); 104 int SetSignals ();
Note:
See TracChangeset
for help on using the changeset viewer.
