IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 11:15:36 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

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

    r28863 r28993  
    2525float  RADIUS;
    2626int    SKY_DEPTH;
     27char   *ALTERNATE_PHOTCODE_FILE;
    2728
    2829SkyRegion UserPatch;  // used by MODE CAT
     
    6667int        LoadCatalog            PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode));
    6768
    68 int        merge_catalogs_new     PROTO((SkyRegion *region, Catalog *output, Catalog *input));
    69 int        merge_catalogs_old     PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS));
     69int        merge_catalogs_new     PROTO((SkyRegion *region, Catalog *output, Catalog *input, int *secflitMap));
     70int        merge_catalogs_old     PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS, int *secflitMap));
    7071
    7172off_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.