IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2010, 4:54:49 PM (16 years ago)
Author:
eugene
Message:

correctly handle image IDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/dvomerge/include/dvomerge.h

    r27384 r27397  
    2727
    2828SkyRegion UserPatch;  // used by MODE CAT
     29
     30typedef struct {
     31  off_t Nmap;
     32  off_t *old;
     33  off_t *new;
     34} IDmapType;
    2935
    3036int        main                   PROTO((int argc, char **argv));
     
    6571uint64_t   CreatePSPSObjectID     PROTO((double ra, double dec));
    6672
    67 int        dvo_image_merge_dbs    PROTO((FITS_DB *out, FITS_DB *in));
    68 
     73int        dvomergeImagesCreate   PROTO((IDmapType *IDmap1, char *input1, IDmapType *IDmap2, char *input2, char *output));
     74int        dvomergeImagesUpdate   PROTO((IDmapType *IDmap, char *input, char *output));
     75int        dvo_image_merge_dbs    PROTO((IDmapType *IDmap, FITS_DB *out, FITS_DB *in));
     76off_t      dvo_map_image_ID       PROTO((IDmapType *IDmap, off_t oldID));
     77int        dvo_update_image_IDs   PROTO((IDmapType *IDmap, Catalog *catalog));
Note: See TracChangeset for help on using the changeset viewer.