- Timestamp:
- Aug 20, 2010, 11:15:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/dvomerge/include/dvomerge.h
r28863 r28993 25 25 float RADIUS; 26 26 int SKY_DEPTH; 27 char *ALTERNATE_PHOTCODE_FILE; 27 28 28 29 SkyRegion UserPatch; // used by MODE CAT … … 66 67 int LoadCatalog PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode)); 67 68 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 ));69 int merge_catalogs_new PROTO((SkyRegion *region, Catalog *output, Catalog *input, int *secflitMap)); 70 int merge_catalogs_old PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS, int *secflitMap)); 70 71 71 72 off_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.
