- Timestamp:
- Feb 10, 2016, 9:37:02 AM (10 years ago)
- Location:
- trunk/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
dvorepairFixStackIDs.c (modified) (1 diff)
-
dvorepair_by_objID.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvorepairFixStackIDs.c
r39323 r39336 19 19 exit (2); 20 20 } 21 22 fprintf (stderr, "is this mode tested?\n");23 exit (2);24 21 25 22 char *catdir_list = argv[1]; -
trunk/Ohana/src/dvomerge/src/dvorepair_by_objID.c
r39323 r39336 7 7 exit (2); 8 8 } 9 10 fprintf (stderr, "is this mode tested?\n");11 exit (2);12 9 13 10 char *cptFile = argv[1]; … … 20 17 21 18 // always load all of the data (if any exists) 22 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR ;19 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR | DVO_LOAD_GALPHOT; 23 20 catalog.catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data 24 21 catalog.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data
Note:
See TracChangeset
for help on using the changeset viewer.
