- Timestamp:
- Mar 22, 2010, 4:54:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/dvomerge/include/dvomerge.h
r27384 r27397 27 27 28 28 SkyRegion UserPatch; // used by MODE CAT 29 30 typedef struct { 31 off_t Nmap; 32 off_t *old; 33 off_t *new; 34 } IDmapType; 29 35 30 36 int main PROTO((int argc, char **argv)); … … 65 71 uint64_t CreatePSPSObjectID PROTO((double ra, double dec)); 66 72 67 int dvo_image_merge_dbs PROTO((FITS_DB *out, FITS_DB *in)); 68 73 int dvomergeImagesCreate PROTO((IDmapType *IDmap1, char *input1, IDmapType *IDmap2, char *input2, char *output)); 74 int dvomergeImagesUpdate PROTO((IDmapType *IDmap, char *input, char *output)); 75 int dvo_image_merge_dbs PROTO((IDmapType *IDmap, FITS_DB *out, FITS_DB *in)); 76 off_t dvo_map_image_ID PROTO((IDmapType *IDmap, off_t oldID)); 77 int dvo_update_image_IDs PROTO((IDmapType *IDmap, Catalog *catalog));
Note:
See TracChangeset
for help on using the changeset viewer.
