IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2012, 11:03:24 AM (14 years ago)
Author:
eugene
Message:

save Image IDmap in parallel mode so client need not load the full image table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/dvomerge/include/dvomerge.h

    r33900 r33906  
    4242
    4343typedef struct {
    44   off_t Nmap;
    45   off_t *old;
    46   off_t *new;
     44  unsigned int Nmap;
     45  unsigned int *old;
     46  unsigned int *new;
    4747} IDmapType;
    4848
     
    125125int        dvomergeFromList       PROTO((int argc, char **argv));
    126126int        dvomergeUpdate_threaded PROTO((int argc, char **argv));
    127 int        dvomergeUpdate_catalogs PROTO((char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType IDmap, int *secfiltMap));
     127int        dvomergeUpdate_catalogs PROTO((char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType *IDmap, int *secfiltMap));
    128128
    129129int        replace_match           PROTO((Average *average_out, Measure *measure_out, Average *average_in, Measure *measure_in));
     130
     131int        IDmapSave               PROTO((char *filename, IDmapType *IDmap));
     132IDmapType *IDmapLoad               PROTO((char *filename));
Note: See TracChangeset for help on using the changeset viewer.