Changeset 27488 for branches/eam_branches/relastro.20100326/src/relastro.c
- Timestamp:
- Mar 26, 2010, 4:43:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relastro.20100326/src/relastro.c
r27478 r27488 39 39 skylist = load_images (&db, &UserPatch); 40 40 MARKTIME("load images: %f sec\n", dtime); 41 42 initCoords(); 41 43 42 44 /* load catalog data from region files : subselect high-quality measurements */ … … 83 85 UpdateObjectOffsets (skylist); 84 86 87 // iterate over catalogs to make detection coordinates consistant 88 FixProblemImages (); 89 85 90 // save the updated image parameters 86 91 dvo_image_update (&db, VERBOSE);
Note:
See TracChangeset
for help on using the changeset viewer.
