- Timestamp:
- Jun 1, 2015, 8:10:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/dvomerge/src/dvomergeCreate.c
r37116 r38346 204 204 /*** load output/Images.dat ***/ 205 205 sprintf (ImageCat, "%s/Images.dat", output); 206 gfits_db_init (&outDB); 206 207 outDB.mode = dvo_catalog_catmode (CATMODE); 207 208 outDB.format = dvo_catalog_catformat (CATFORMAT); … … 218 219 /*** load input1/Images.dat ***/ 219 220 sprintf (ImageCat, "%s/Images.dat", input1); 221 gfits_db_init (&in1DB); 220 222 in1DB.mode = dvo_catalog_catmode (CATMODE); 221 223 in1DB.format = dvo_catalog_catformat (CATFORMAT); … … 237 239 /*** load input2/Images.dat ***/ 238 240 sprintf (ImageCat, "%s/Images.dat", input2); 241 gfits_db_init (&in2DB); 239 242 in2DB.mode = dvo_catalog_catmode (CATMODE); 240 243 in2DB.format = dvo_catalog_catformat (CATFORMAT);
Note:
See TracChangeset
for help on using the changeset viewer.
