Index: branches/eam_branches/relastro.20100326/src/relastro.c
===================================================================
--- branches/eam_branches/relastro.20100326/src/relastro.c	(revision 27487)
+++ branches/eam_branches/relastro.20100326/src/relastro.c	(revision 27488)
@@ -39,4 +39,6 @@
   skylist = load_images (&db, &UserPatch);
   MARKTIME("load images: %f sec\n", dtime);
+
+  initCoords();
 
   /* load catalog data from region files : subselect high-quality measurements */
@@ -83,4 +85,7 @@
   UpdateObjectOffsets (skylist);
 
+  // iterate over catalogs to make detection coordinates consistant
+  FixProblemImages ();
+
   // save the updated image parameters
   dvo_image_update (&db, VERBOSE);
