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

    r4828 r4864  
    11# include <ohana.h>
    22# include <dvo.h>
     3# include <signal.h>
    34
    45# ifdef ANSI
     
    7576int           args               PROTO((int argc, char **argv));
    7677void          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));
     78Group        *find_image_sgroups PROTO((FITS_DB *db, ImageLink *imlink, int *Nsgroup));
     79Group        *find_image_tgroups PROTO((FITS_DB *db, ImageLink *imlink, int *Ntgroup));
    7980void          fit_sgroup         PROTO((Group *sgroup, int Nsgroup));
    8081void          fit_tgroup         PROTO((Group *tgroup, int Ntgroup));
     
    8384void          initstats          PROTO((char *mode));
    8485int           liststats          PROTO((double *value, double *dvalue, int N, StatType *stats));
    85 Image        *load_images        PROTO((int *nimage));
     86int           load_images        PROTO((FITS_DB *db));
    8687int           main               PROTO((int argc, char **argv));
    8788int           open_graph         PROTO((int N));
     
    8990void          sortB              PROTO((double *X, double *Y, int N));
    9091void          sortD              PROTO((double *X, double *Y, double *Z, int N));
    91 void          update             PROTO((Image *image, int Nimage, Group *sgroup, int Nsgroup));
    9292void          update_catalog     PROTO((Catalog *catalog, Group *sgroup, int warn));
    9393void          wcatalog           PROTO((Catalog *catalog));
    9494void          wimages            PROTO((Image *image, int Nimage));
     95void check_permissions (char *basefile);
     96void lock_image_db (FITS_DB *db, char *filename);
     97void unlock_image_db (FITS_DB *db);
     98void create_image_db (FITS_DB *db);
     99void set_db (FITS_DB *in);
     100int Shutdown (char *format, ...);
     101void TrapSignal (int sig);
     102void SetProtect (int mode);
     103int SetSignals ();
     104int subset_images (FITS_DB *db);
     105void update (FITS_DB *db, Group *sgroup, int Nsgroup);
Note: See TracChangeset for help on using the changeset viewer.