IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2010, 2:29:00 PM (16 years ago)
Author:
bills
Message:

Enhance dvomerge to handle merging catdirs with different (but compatible) secondary filter lists

File:
1 edited

Legend:

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

    r27583 r28855  
    2525float  RADIUS;
    2626int    SKY_DEPTH;
     27char   *ALTERNATE_PHOTCODE_FILE;
    2728
    2829SkyRegion UserPatch;  // used by MODE CAT
     
    6162int        LoadCatalog            PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode));
    6263
    63 int        merge_catalogs_new     PROTO((SkyRegion *region, Catalog *output, Catalog *input));
    64 int        merge_catalogs_old     PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS));
     64int        merge_catalogs_new     PROTO((SkyRegion *region, Catalog *output, Catalog *input, int *secflitMap));
     65int        merge_catalogs_old     PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS, int *secflitMap));
    6566
    6667off_t     *init_measure_links     PROTO((Average *average, off_t Naverage, Measure *measure, off_t Nmeasure));
Note: See TracChangeset for help on using the changeset viewer.