IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2010, 11:37:50 AM (16 years ago)
Author:
eugene
Message:

add threading to dvomergeContinue : requires changing LoadCatalog to avoid the global photcode table

File:
1 edited

Legend:

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

    r29789 r29794  
    2828float  RADIUS;
    2929int    SKY_DEPTH;
     30int    NTHREADS;
    3031char   *ALTERNATE_PHOTCODE_FILE;
    3132
     
    6869SkyList   *SkyTablePopulatedList_old  PROTO((SkyTable *sky, off_t Ns, off_t Ne));
    6970
    70 int        LoadCatalog            PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode));
     71int        LoadCatalog            PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode, int Nsecfilt));
    7172
    7273int        merge_catalogs_new     PROTO((SkyRegion *region, Catalog *output, Catalog *input, int *secflitMap));
     
    112113int        dvomergeContinue       PROTO((int argc, char **argv));
    113114int        dvomergeFromList       PROTO((int argc, char **argv));
     115int        dvomergeContinue_threaded PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.