Changeset 39329 for trunk/Ohana/src/dvomerge/include/dvomerge.h
- Timestamp:
- Feb 4, 2016, 5:07:08 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/include/dvomerge.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/include/dvomerge.h
r39314 r39329 41 41 int REPLACE_TYCHO; 42 42 int FORCE_MERGE; 43 int ALLOW_MISSING_INPUT_IMAGES; 44 43 45 int MAX_CLIENTS; 44 46 char *ALTERNATE_PHOTCODE_FILE; … … 53 55 54 56 int MATCHED_TABLES; 57 int RESET_STARPAR; 58 55 59 int REPAIR_BY_OBJID; 56 60 … … 74 78 unsigned int *old; 75 79 unsigned int *new; 76 char *notFound; 80 unsigned int oldIDmax; 81 int *notFoundMeasure; 82 int *notFoundLensing; 77 83 } IDmapType; 78 84 … … 222 228 IDmapType *IDmapLoad PROTO((char *filename)); 223 229 int create_IDmap_lookup PROTO((IDmapType *IDmap)); 230 void dvo_report_image_IDs PROTO((IDmapType *IDmap)); 224 231 225 232 // dvomerge history functions … … 267 274 268 275 char **load_cptlist (char *filename, int *nlist); 276 int ResetStarPar (Catalog *catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
