Changeset 16810 for trunk/Ohana/src/relastro/src/relastro.c
- Timestamp:
- Mar 4, 2008, 12:39:41 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/relastro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/relastro.c
r16060 r16810 64 64 save_catalogs (catalog, Ncatalog); 65 65 } else { 66 // XXX for now, reload all catalogs at once; as memory use gets large, reload one-at-a-time 67 68 // load catalog data from region files : do not subselect 69 catalog = load_catalogs (skylist, &Ncatalog, FALSE); 70 71 // match measurements with images 72 initImageBins (catalog, Ncatalog); 73 findImages (catalog, Ncatalog); 74 75 // update the detection coordinates using the new image parameters 76 UpdateMeasures (catalog, Ncatalog); 77 78 // write the updated detections to disk 79 save_catalogs (catalog, Ncatalog); 80 81 // save the updated image parameters 66 82 dvo_image_update (&db, VERBOSE); 67 83 dvo_image_unlock (&db);
Note:
See TracChangeset
for help on using the changeset viewer.
