IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2016, 3:04:44 PM (11 years ago)
Author:
eugene
Message:

adding option to match by extern id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/include/dvomerge.h

    r39281 r39299  
    4646char  *UPDATE_CATCOMPRESS;
    4747
     48int    MATCH_BY_EXTERN_ID;
     49
    4850int    MATCHED_TABLES;
    4951int    REPAIR_BY_OBJID;
     
    202204off_t      getTgtIndex            PROTO((e_time start, e_time stop, short photcode, off_t *TgtIndex, e_time *TgtTimes, short *TgtCodes, off_t NimagesTgt));
    203205void       SortTgtByTimes         PROTO((e_time *S, off_t *I, short *C, off_t N));
    204 int        dvo_image_match_dbs    PROTO((IDmapType *IDmap, FITS_DB *tgt, FITS_DB *src));
    205206int        dvomergeImagesGetMap   PROTO((IDmapType *IDmap, char *input, char *output));
    206207int        dvomergeFromList       PROTO((int argc, char **argv));
    207208int        dvomergeUpdate_threaded PROTO((int argc, char **argv));
    208209int        dvomergeUpdate_catalogs PROTO((char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType *IDmap, int *secfiltMap));
     210
     211int        dvo_image_match_dbs_by_time_and_photcode PROTO((IDmapType *IDmap, FITS_DB *tgt, FITS_DB *src));
     212int        dvo_image_match_dbs_by_extern_id         PROTO((IDmapType *IDmap, FITS_DB *tgt, FITS_DB *src));
    209213
    210214int        replace_match           PROTO((Average *average_out, Measure *measure_out, off_t *next_meas, Average *average_in, Measure *measure_in));
Note: See TracChangeset for help on using the changeset viewer.