Changeset 4864 for trunk/Ohana/src/uniphot/include/uniphot.h
- Timestamp:
- Aug 23, 2005, 8:55:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/include/uniphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/include/uniphot.h
r4828 r4864 1 1 # include <ohana.h> 2 2 # include <dvo.h> 3 # include <signal.h> 3 4 4 5 # ifdef ANSI … … 75 76 int args PROTO((int argc, char **argv)); 76 77 void dumpresult PROTO(()); 77 Group *find_image_sgroups PROTO(( Image *image, ImageLink *imlink, int Nimage, int *Nsgroup));78 Group *find_image_tgroups PROTO(( Image *image, ImageLink *imlink, int Nimage, int *Ntgroup));78 Group *find_image_sgroups PROTO((FITS_DB *db, ImageLink *imlink, int *Nsgroup)); 79 Group *find_image_tgroups PROTO((FITS_DB *db, ImageLink *imlink, int *Ntgroup)); 79 80 void fit_sgroup PROTO((Group *sgroup, int Nsgroup)); 80 81 void fit_tgroup PROTO((Group *tgroup, int Ntgroup)); … … 83 84 void initstats PROTO((char *mode)); 84 85 int liststats PROTO((double *value, double *dvalue, int N, StatType *stats)); 85 Image *load_images PROTO((int *nimage));86 int load_images PROTO((FITS_DB *db)); 86 87 int main PROTO((int argc, char **argv)); 87 88 int open_graph PROTO((int N)); … … 89 90 void sortB PROTO((double *X, double *Y, int N)); 90 91 void sortD PROTO((double *X, double *Y, double *Z, int N)); 91 void update PROTO((Image *image, int Nimage, Group *sgroup, int Nsgroup));92 92 void update_catalog PROTO((Catalog *catalog, Group *sgroup, int warn)); 93 93 void wcatalog PROTO((Catalog *catalog)); 94 94 void wimages PROTO((Image *image, int Nimage)); 95 void check_permissions (char *basefile); 96 void lock_image_db (FITS_DB *db, char *filename); 97 void unlock_image_db (FITS_DB *db); 98 void create_image_db (FITS_DB *db); 99 void set_db (FITS_DB *in); 100 int Shutdown (char *format, ...); 101 void TrapSignal (int sig); 102 void SetProtect (int mode); 103 int SetSignals (); 104 int subset_images (FITS_DB *db); 105 void update (FITS_DB *db, Group *sgroup, int Nsgroup);
Note:
See TracChangeset
for help on using the changeset viewer.
