- Timestamp:
- Nov 14, 2010, 4:02:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/Ohana/src/dvomerge/include/dvomerge.h
r29694 r29779 16 16 # include <arpa/inet.h> 17 17 # include <glob.h> 18 19 # define myAbort(MSG) { fprintf (stderr, "%s\n", MSG); abort(); } 20 # define myAssert(LOGIC,MSG) { if (!(LOGIC)) { fprintf (stderr, "%s\n", MSG); abort(); } } 18 21 19 22 int VERBOSE; … … 87 90 int dvo_update_image_IDs PROTO((IDmapType *IDmap, Catalog *catalog)); 88 91 89 Image *LoadImages (char *filename, off_t *Nimage); 90 Image *MatchImage (Image *image, off_t Nimage, unsigned int time, short int source, unsigned int imageID); 91 off_t match_image (Image *image, off_t Nimage, unsigned int T, short int S); 92 // dvorepair prototypes 93 Image *LoadImages PROTO((FITS_DB *db, char *filename, off_t *Nimage)); 94 Image *MatchImage PROTO((Image *image, off_t Nimage, unsigned int time, short int source, unsigned int imageID)); 95 off_t match_image PROTO((Image *image, off_t Nimage, unsigned int T, short int S)); 96 97 int SaveImages PROTO((FITS_DB *oldDB, char *filename, Image *imagesOut, off_t Nout)); 98 99 int dvorepairFixCPT PROTO((int argc, char **argv)); 100 int dvorepairImagesVsMeasures PROTO((int argc, char **argv)); 101 int dvorepairDeleteImageList PROTO((int argc, char **argv)); 102 int dvorepairFixImages PROTO((int argc, char **argv)); 103 104 int *ReadDeleteList PROTO((char *filename, int *nindex)); 105 int RepairTableCPT PROTO((char *cptFilenameSrc, char *cptFilenameTgt, char *cpsFilenameSrc, char *cpsFilenameTgt, Measure *measure, off_t Nmeasure, Image *image, off_t Nimage, char catformat)); 106 void dvorepair_help PROTO((int argc, char **argv));
Note:
See TracChangeset
for help on using the changeset viewer.
