Changeset 28855 for trunk/Ohana/src/dvomerge/include/dvomerge.h
- Timestamp:
- Aug 5, 2010, 2:29:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/include/dvomerge.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/include/dvomerge.h
r27583 r28855 25 25 float RADIUS; 26 26 int SKY_DEPTH; 27 char *ALTERNATE_PHOTCODE_FILE; 27 28 28 29 SkyRegion UserPatch; // used by MODE CAT … … 61 62 int LoadCatalog PROTO((Catalog *catalog, SkyRegion *region, char *filename, char *mode)); 62 63 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 ));64 int merge_catalogs_new PROTO((SkyRegion *region, Catalog *output, Catalog *input, int *secflitMap)); 65 int merge_catalogs_old PROTO((SkyRegion *region, Catalog *output, Catalog *input, double RADIUS, int *secflitMap)); 65 66 66 67 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.
